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:
java.awt.LayoutManager
- Enclosing class:
- PlasticComboBoxUI
private final class PlasticComboBoxUI.PlasticComboBoxLayoutManager extends javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManagerThis 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 Modifier Constructor Description privatePlasticComboBoxLayoutManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlayoutContainer(java.awt.Container parent)-
Methods inherited from class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
superLayout
-
-