javax.swing.plaf.metal

Class MetalComboBoxUI.MetalComboBoxLayoutManager

public class MetalComboBoxUI.MetalComboBoxLayoutManager extends BasicComboBoxUI.ComboBoxLayoutManager

A layout manager that arranges the editor component (if active) and the button that make up the combo box.
Constructor Summary
MetalComboBoxLayoutManager()
Creates a new instance of the layout manager.
Method Summary
voidlayoutContainer(Container parent)
Arranges the editor (if visible) and button that comprise the combo box.
voidsuperLayout(Container parent)
Calls the layoutContainer(Container) method in the super class.

Constructor Detail

MetalComboBoxLayoutManager

public MetalComboBoxLayoutManager()
Creates a new instance of the layout manager.

Method Detail

layoutContainer

public void layoutContainer(Container parent)
Arranges the editor (if visible) and button that comprise the combo box.

Parameters: parent the parent.

superLayout

public void superLayout(Container parent)
Calls the layoutContainer(Container) method in the super class.

Parameters: parent the container.