Uses of Class
org.jdesktop.swingx.MultiSplitLayout.Split
-
Packages that use MultiSplitLayout.Split Package Description 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 Contains support classes for the MultiSplitLayout layout manager. -
-
Uses of MultiSplitLayout.Split in org.jdesktop.swingx
Subclasses of MultiSplitLayout.Split in org.jdesktop.swingx Modifier and Type Class Description static classMultiSplitLayout.ColSplitstatic classMultiSplitLayout.RowSplitMethods in org.jdesktop.swingx that return MultiSplitLayout.Split Modifier and Type Method Description MultiSplitLayout.SplitMultiSplitLayout.Node. getParent()Returns the Split parent of this Node, or null.Methods in org.jdesktop.swingx with parameters of type MultiSplitLayout.Split Modifier and Type Method Description voidMultiSplitLayout.Split. checkDividers(MultiSplitLayout.Split split)Check the dividers to ensure that redundant dividers are hidden and do not interfere in the layout, for example when all the children of a split are hidden (the split is then invisible), so two dividers may otherwise appear next to one another.MultiSplitLayout.NodeMultiSplitLayout. getNodeForComponent(MultiSplitLayout.Split split, java.awt.Component comp)Get the MultiSplitLayout.Node associated with a componentMultiSplitLayout.NodeMultiSplitLayout. getNodeForName(MultiSplitLayout.Split split, java.lang.String name)Get the MultiSplitLayout.Node associated with a componentvoidMultiSplitLayout.Split. restoreDividers(MultiSplitLayout.Split split)Restore any of the hidden dividers that are required to separate visible nodesvoidMultiSplitLayout.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 Modifier and Type Class Description classDefaultSplitPaneModelA simplified SplitPaneLayout for common split pane needs.
-