Uses of Class
org.jdesktop.swingx.MultiSplitLayout.Split

Packages that use MultiSplitLayout.Split
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.multisplitpane   
 

Uses of MultiSplitLayout.Split in org.jdesktop.swingx
 

Subclasses of MultiSplitLayout.Split in org.jdesktop.swingx
static class MultiSplitLayout.ColSplit
           
static class MultiSplitLayout.RowSplit
           
 

Methods in org.jdesktop.swingx that return MultiSplitLayout.Split
 MultiSplitLayout.Split MultiSplitLayout.Node.getParent()
          Returns the Split parent of this Node, or null.
 

Methods in org.jdesktop.swingx with parameters of type MultiSplitLayout.Split
 void MultiSplitLayout.Node.setParent(MultiSplitLayout.Split parent)
          Set the value of this Node's parent property.
 

Uses of MultiSplitLayout.Split in org.jdesktop.swingx.multisplitpane
 

Subclasses of MultiSplitLayout.Split in org.jdesktop.swingx.multisplitpane
 class DefaultSplitPaneModel
          A simplified SplitPaneLayout for common split pane needs.