API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicComboBoxUI.ComboBoxLayoutManager View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      BasicComboBoxUI.ComboBoxLayoutManager
Implements
 LayoutManager
Subclasses
Description
public class BasicComboBoxUI.ComboBoxLayoutManager
  This layout manager handles the 'standard' layout of combo boxes.
See also:   
Constructors
public BasicComboBoxUI.ComboBoxLayoutManager ()
Methods
Hide/Show inherited methods
public void addLayoutComponent (String name, Component comp) [Specified in LayoutManager]
public void layoutContainer (Container parent) [Specified in LayoutManager]
public Dimension minimumLayoutSize (Container parent) [Specified in LayoutManager]
public Dimension preferredLayoutSize (Container parent) [Specified in LayoutManager]
public void removeLayoutComponent (Component comp) [Specified in LayoutManager]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar