org.jdesktop.swingx.multisplitpane
Class DefaultSplitPaneModel

java.lang.Object
  extended by org.jdesktop.swingx.MultiSplitLayout.Node
      extended by org.jdesktop.swingx.MultiSplitLayout.Split
          extended by org.jdesktop.swingx.multisplitpane.DefaultSplitPaneModel

public class DefaultSplitPaneModel
extends MultiSplitLayout.Split

A simplified SplitPaneLayout for common split pane needs. A common multi splitpane need is: +-----------+-----------+ | | | | +-----------+ | | | +-----------+-----------+


Field Summary
static String BOTTOM
           
static String LEFT
           
static 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

LEFT

public static final String LEFT
See Also:
Constant Field Values

TOP

public static final String TOP
See Also:
Constant Field Values

BOTTOM

public static final String BOTTOM
See Also:
Constant Field Values
Constructor Detail

DefaultSplitPaneModel

public DefaultSplitPaneModel()
Creates a new instance of DefaultSplitPaneLayout