KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > JRootPane.RootLayout

javax.swing
Class JRootPane.RootLayout

java.lang.Object
  extended by javax.swing.JRootPane.RootLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable
Enclosing class:
JRootPane
See Also:
Source Code, XMLEncoder

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


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


public float getLayoutAlignmentX(Container target)
See Also:
LayoutManager2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getLayoutAlignmentY(Container target)
See Also:
LayoutManager2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void invalidateLayout(Container target)
See Also:
LayoutManager2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected JRootPane.RootLayout()
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 maximumLayoutSize(Container target)
See Also:
LayoutManager, Component.getMaximumSize(), LayoutManager2
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