Class DefaultSplitPaneModel
java.lang.Object
org.jdesktop.swingx.MultiSplitLayout.Node
org.jdesktop.swingx.MultiSplitLayout.Split
org.jdesktop.swingx.multisplitpane.DefaultSplitPaneModel
A simplified SplitPaneLayout for common split pane needs. A common multi splitpane
need is:
+-----------+-----------+
| | |
| +-----------+
| | |
+-----------+-----------+
- Author:
- rbair
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdesktop.swingx.MultiSplitLayout.Split
checkDividers, getChildren, getName, hide, isRowLayout, isVisible, lastWeightedChild, remove, replace, restoreDividers, setChildren, setChildren, setName, setRowLayout, toString
Methods inherited from class org.jdesktop.swingx.MultiSplitLayout.Node
getBounds, getParent, getWeight, nextSibling, previousSibling, setBounds, setParent, setVisible, setWeight
-
Field Details
-
LEFT
- See Also:
-
TOP
- See Also:
-
BOTTOM
- See Also:
-
-
Constructor Details
-
DefaultSplitPaneModel
public DefaultSplitPaneModel()Creates a new instance of DefaultSplitPaneLayout
-