Uses of Class
org.jdesktop.swingx.MultiSplitLayout
-
Packages that use MultiSplitLayout 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. -
-
Uses of MultiSplitLayout in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return MultiSplitLayout Modifier and Type Method Description MultiSplitLayout
JXMultiSplitPane. getMultiSplitLayout()
A convenience method that returns the layout manager cast to MutliSplitLayout.Methods in org.jdesktop.swingx with parameters of type MultiSplitLayout Modifier and Type Method Description protected Dimension
JXMultiSplitPane. getMaxNodeSize(MultiSplitLayout msl, MultiSplitLayout.Node n)
Set the maximum node size.protected Dimension
JXMultiSplitPane. getMinNodeSize(MultiSplitLayout msl, MultiSplitLayout.Node n)
Set the minimum node size.Constructors in org.jdesktop.swingx with parameters of type MultiSplitLayout Constructor Description JXMultiSplitPane(MultiSplitLayout layout)
Creates a MultiSplitPane.
-