|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.JRootPane.RootLayout
org.jdesktop.swingx.JXRootPane.XRootLayout
protected class JXRootPane.XRootLayout
An extended RootLayout offering support for managing the status
bar.
| Constructor Summary | |
|---|---|
protected |
JXRootPane.XRootLayout()
|
| Method Summary | |
|---|---|
void |
layoutContainer(Container parent)
Instructs the layout manager to perform the layout for the specified container. |
Dimension |
maximumLayoutSize(Container target)
Returns the maximum amount of space the layout can use. |
Dimension |
minimumLayoutSize(Container parent)
Returns the minimum amount of space the layout needs. |
Dimension |
preferredLayoutSize(Container parent)
Returns the amount of space the layout would like to have. |
void |
setLayoutManager(LayoutManager2 delegate)
The layout manager backing this manager. |
| Methods inherited from class javax.swing.JRootPane.RootLayout |
|---|
addLayoutComponent, addLayoutComponent, getLayoutAlignmentX, getLayoutAlignmentY, invalidateLayout, removeLayoutComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JXRootPane.XRootLayout()
| Method Detail |
|---|
public void setLayoutManager(LayoutManager2 delegate)
delegate - the backing managerpublic Dimension preferredLayoutSize(Container parent)
preferredLayoutSize in interface LayoutManagerpreferredLayoutSize in class JRootPane.RootLayoutparent - the Container for which this layout manager
is being used
LayoutManager.minimumLayoutSize(java.awt.Container)public Dimension minimumLayoutSize(Container parent)
minimumLayoutSize in interface LayoutManagerminimumLayoutSize in class JRootPane.RootLayoutparent - the Container for which this layout manager
is being used
LayoutManager.preferredLayoutSize(java.awt.Container)public Dimension maximumLayoutSize(Container target)
maximumLayoutSize in interface LayoutManager2maximumLayoutSize in class JRootPane.RootLayouttarget - the Container for which this layout manager
is being used
Component.getMaximumSize(),
LayoutManagerpublic void layoutContainer(Container parent)
layoutContainer in interface LayoutManagerlayoutContainer in class JRootPane.RootLayoutparent - the Container for which this layout manager
is being used
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||