public class BasicComboBoxUI.ComboBoxLayoutManager extends Objectimplements LayoutManager
BasicComboBoxUI.
| Constructor and Description |
|---|
ComboBoxLayoutManager()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLayoutComponent(String
If the layout manager uses a per-component string, adds the component
comp to the layout, associating it with the string specified by
name.
|
void |
layoutContainer(Container
Lays out the specified container.
|
Dimension |
minimumLayoutSize(Container
Calculates the minimum size dimensions for the specified container, given the components it contains.
|
Dimension |
preferredLayoutSize(Container
Calculates the preferred size dimensions for the specified container, given the components it contains.
|
void |
removeLayoutComponent(Component
Removes the specified component from the layout.
|
public void addLayoutComponent(Stringname, Component comp)
LayoutManager
comp to the layout, associating it with the string specified by
name.
addLayoutComponent in interface
LayoutManager
name - the string to be associated with the component
comp - the component to be added
public void removeLayoutComponent(Componentcomp)
LayoutManager
removeLayoutComponent in interface
LayoutManager
comp - the component to be removed
public DimensionpreferredLayoutSize(Container parent)
LayoutManager
preferredLayoutSize in interface
LayoutManager
parent - the container to be laid out
LayoutManager.minimumLayoutSize(java.awt.Container)
public DimensionminimumLayoutSize(Container parent)
LayoutManager
minimumLayoutSize in interface
LayoutManager
parent - the component to be laid out
LayoutManager.preferredLayoutSize(java.awt.Container)
public void layoutContainer(Containerparent)
LayoutManager
layoutContainer in interface
LayoutManager
parent - the container to be laid out