|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.MultiSplitLayout.Node
org.jdesktop.swingx.MultiSplitLayout.Split
org.jdesktop.swingx.multisplitpane.DefaultSplitPaneModel
public class DefaultSplitPaneModel
A simplified SplitPaneLayout for common split pane needs. A common multi splitpane need is: +-----------+-----------+ | | | | +-----------+ | | | +-----------+-----------+
Field Summary | |
---|---|
static java.lang.String |
BOTTOM
|
static java.lang.String |
LEFT
|
static java.lang.String |
TOP
|
Constructor Summary | |
---|---|
DefaultSplitPaneModel()
Creates a new instance of DefaultSplitPaneLayout |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LEFT
public static final java.lang.String TOP
public static final java.lang.String BOTTOM
Constructor Detail |
---|
public DefaultSplitPaneModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |