Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.java.swing.JRootPane.RootLayout
Warning: serialized objects of this class will not be compatible with future swing releases. The current serialization support is appropriate for short term storage or RMI between Swing1.0 applications. It will not be possible to load serialized Swing1.0 objects with future releases of Swing. The JDK1.2 release of Swing will be the compatibility baseline for the serialized form of Swing objects.
Method Summary | |
void | addLayoutComponent(java.lang.String name,
java.awt.Component comp)
|
void | addLayoutComponent(java.awt.Component comp,
java.lang.Object constraints)
|
float | getLayoutAlignmentX(java.awt.Container target)
|
float | getLayoutAlignmentY(java.awt.Container target)
|
void | invalidateLayout(java.awt.Container target)
|
void | layoutContainer(java.awt.Container parent)
Instructs the layout manager to perform the layout for the specified container. |
java.awt.Dimension | maximumLayoutSize(java.awt.Container target)
Returns the maximum amount of space the layout can use. |
java.awt.Dimension | minimumLayoutSize(java.awt.Container parent)
Returns the minimum amount of space the layout needs. |
java.awt.Dimension | preferredLayoutSize(java.awt.Container parent)
Returns the amount of space the layout would like to have. |
void | removeLayoutComponent(java.awt.Component comp)
|
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Method Detail |
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
the
- Container for which this layout manager is being usedpublic java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
the
- Container for which this layout manager is being usedpublic java.awt.Dimension maximumLayoutSize(java.awt.Container target)
the
- Container for which this layout manager is being usedpublic void layoutContainer(java.awt.Container parent)
the
- Container for which this layout manager is being usedpublic void addLayoutComponent(java.lang.String name, java.awt.Component comp)
public void removeLayoutComponent(java.awt.Component comp)
public void addLayoutComponent(java.awt.Component comp, java.lang.Object constraints)
public float getLayoutAlignmentX(java.awt.Container target)
public float getLayoutAlignmentY(java.awt.Container target)
public void invalidateLayout(java.awt.Container target)
Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |