KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicInternalFrameTitlePane.TitlePaneLayout

javax.swing.plaf.basic
Class BasicInternalFrameTitlePane.TitlePaneLayout

java.lang.Object
  extended by javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
All Implemented Interfaces:
LayoutManager
Enclosing class:
BasicInternalFrameTitlePane
See Also:
Source Code

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


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


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


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


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


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

Popular Tags