API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. JRootPane.RootLayout View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      JRootPane.RootLayout
Implements
 LayoutManager2
 Serializable
Subclasses
Description
protected class JRootPane.RootLayout
  A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.
See also:   
Constructors
protected JRootPane.RootLayout ()
Methods
Hide/Show inherited methods
public void addLayoutComponent (Component comp, Object constraints) [Specified in LayoutManager2]
public void addLayoutComponent (String name, Component comp)
public float getLayoutAlignmentX (Container target) [Specified in LayoutManager2]
public float getLayoutAlignmentY (Container target) [Specified in LayoutManager2]
public void invalidateLayout (Container target) [Specified in LayoutManager2]
public void layoutContainer (Container parent)
  Instructs the layout manager to perform the layout for the specified container.
public Dimension maximumLayoutSize (Container target) [Specified in LayoutManager2]
  Returns the maximum amount of space the layout can use.
public Dimension minimumLayoutSize (Container parent)
  Returns the minimum amount of space the layout needs.
public Dimension preferredLayoutSize (Container parent)
  Returns the amount of space the layout would like to have.
public void removeLayoutComponent (Component comp)
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar