javax.swing.plaf.metal
public class MetalComboBoxUI.MetalComboBoxLayoutManager extends BasicComboBoxUI.ComboBoxLayoutManager
Constructor Summary | |
---|---|
MetalComboBoxLayoutManager()
Creates a new instance of the layout manager. |
Method Summary | |
---|---|
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.
|
Parameters: parent the parent.
layoutContainer(Container)
method in the super
class.
Parameters: parent the container.