KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicComboBoxUI.ComboBoxLayoutManager

javax.swing.plaf.basic
Class BasicComboBoxUI.ComboBoxLayoutManager

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
All Implemented Interfaces:
LayoutManager
Direct Known Subclasses:
MetalComboBoxUI.MetalComboBoxLayoutManager
Enclosing class:
BasicComboBoxUI
See Also:
Source Code

public void addLayoutComponent(String name,
                               Component comp)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BasicComboBoxUI.ComboBoxLayoutManager()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void layoutContainer(Container parent)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension minimumLayoutSize(Container parent)
See Also:
LayoutManager.preferredLayoutSize(java.awt.Container)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension preferredLayoutSize(Container parent)
See Also:
LayoutManager.minimumLayoutSize(java.awt.Container)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeLayoutComponent(Component comp)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags