Package com.jgoodies.looks.plastic
Class PlasticComboBoxUI.PlasticComboBoxLayoutManager
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
com.jgoodies.looks.plastic.PlasticComboBoxUI.PlasticComboBoxLayoutManager
- All Implemented Interfaces:
LayoutManager
- Enclosing class:
PlasticComboBoxUI
private final class PlasticComboBoxUI.PlasticComboBoxLayoutManager
extends MetalComboBoxUI.MetalComboBoxLayoutManager
This layout manager handles the 'standard' layout of combo boxes.
It puts the arrow button to the right and the editor to the left.
If there is no editor it still keeps the arrow button to the right.
Overriden to use a fixed arrow button width.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
superLayout
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
addLayoutComponent, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
-
Constructor Details
-
PlasticComboBoxLayoutManager
private PlasticComboBoxLayoutManager()
-
-
Method Details
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
- Overrides:
layoutContainer
in classMetalComboBoxUI.MetalComboBoxLayoutManager
-