Class MetalComboBoxUI.MetalComboBoxLayoutManager
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
- All Implemented Interfaces:
LayoutManager
- Enclosing class:
MetalComboBoxUI
public class MetalComboBoxUI.MetalComboBoxLayoutManager
extends BasicComboBoxUI.ComboBoxLayoutManager
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of
MetalComboBoxUI.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlayoutContainer(Container parent) Lays out the specified container.voidsuperLayout(Container parent) Lays out the parent container.Methods inherited from class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
addLayoutComponent, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
-
Constructor Details
-
MetalComboBoxLayoutManager
public MetalComboBoxLayoutManager()Constructs aMetalComboBoxLayoutManager.
-
-
Method Details
-
layoutContainer
Description copied from interface:LayoutManagerLays out the specified container.- Specified by:
layoutContainerin interfaceLayoutManager- Overrides:
layoutContainerin classBasicComboBoxUI.ComboBoxLayoutManager- Parameters:
parent- the container to be laid out
-
superLayout
Lays out the parent container.- Parameters:
parent- a container
-