Module java.desktop

Class BasicComboBoxUI.ComboBoxLayoutManager

  • All Implemented Interfaces:
    LayoutManager
    Direct Known Subclasses:
    MetalComboBoxUI.MetalComboBoxLayoutManager
    Enclosing class:
    BasicComboBoxUI


    public class BasicComboBoxUI.ComboBoxLayoutManager
    extends Object
    implements LayoutManager
    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. This public inner class should be treated as protected. Instantiate it only within subclasses of BasicComboBoxUI.