public class MetalComboBoxUI.MetalComboBoxLayoutManager extends BasicComboBoxUI.ComboBoxLayoutManager
| Constructor and Description |
|---|
MetalComboBoxUI.MetalComboBoxLayoutManager()
Creates a new instance of the layout manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
layoutContainer(Container parent)
Arranges the editor (if visible) and button that comprise the combo
box.
|
void |
superLayout(Container parent)
Calls the
layoutContainer(Container) method in the super
class. |
addLayoutComponent, minimumLayoutSize, preferredLayoutSize, removeLayoutComponentpublic MetalComboBoxUI.MetalComboBoxLayoutManager()
public void layoutContainer(Container parent)
layoutContainer in interface LayoutManagerlayoutContainer in class BasicComboBoxUI.ComboBoxLayoutManagerparent - the parent.public void superLayout(Container parent)
layoutContainer(Container) method in the super
class.parent - the container.