org.jdesktop.swingx
Class JXRootPane.XRootLayout
java.lang.Object
javax.swing.JRootPane.RootLayout
org.jdesktop.swingx.JXRootPane.XRootLayout
- All Implemented Interfaces:
- LayoutManager, LayoutManager2, Serializable
- Enclosing class:
- JXRootPane
protected class JXRootPane.XRootLayout
- extends JRootPane.RootLayout
An extended RootLayout
offering support for managing the status
bar.
- Author:
- Karl George Schaefer, Jeanette Winzenberg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JXRootPane.XRootLayout
protected JXRootPane.XRootLayout()
setLayoutManager
public void setLayoutManager(LayoutManager2 delegate)
- The layout manager backing this manager. The delegate is used to
calculate the size when the UI handles the window decorations.
- Parameters:
delegate
- the backing manager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
-
- Specified by:
preferredLayoutSize
in interface LayoutManager
- Overrides:
preferredLayoutSize
in class JRootPane.RootLayout
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
-
- Specified by:
minimumLayoutSize
in interface LayoutManager
- Overrides:
minimumLayoutSize
in class JRootPane.RootLayout
maximumLayoutSize
public Dimension maximumLayoutSize(Container target)
-
- Specified by:
maximumLayoutSize
in interface LayoutManager2
- Overrides:
maximumLayoutSize
in class JRootPane.RootLayout
layoutContainer
public void layoutContainer(Container parent)
-
- Specified by:
layoutContainer
in interface LayoutManager
- Overrides:
layoutContainer
in class JRootPane.RootLayout
Copyright © 2012. All Rights Reserved.