org.shetline.gui.laf.zinc
Class ZincComboBoxUI.ZincComboBoxLayoutManager
java.lang.Object
  
javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
      
javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager
          
org.shetline.gui.laf.zinc.ZincComboBoxUI.ZincComboBoxLayoutManager
- All Implemented Interfaces: 
 - LayoutManager
 
- Enclosing class:
 - ZincComboBoxUI
 
protected final class ZincComboBoxUI.ZincComboBoxLayoutManager
- extends MetalComboBoxUI.MetalComboBoxLayoutManager
 
This layout manager handles the 'standard' layout of combo boxes.
 It puts the arrow button to the trailing side and the editor to the leading side.
 If there is no editor it still keeps the arrow button to the trailing side.
 
 Overridden to use a fixed arrow button width.
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ZincComboBoxUI.ZincComboBoxLayoutManager
protected ZincComboBoxUI.ZincComboBoxLayoutManager()
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
 layoutContainer in interface LayoutManager- Overrides:
 layoutContainer in class MetalComboBoxUI.MetalComboBoxLayoutManager