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 java.awt.Dimension
JXMultiSplitPane. getMaxNodeSize(MultiSplitLayout msl, MultiSplitLayout.Node n)
Set the maximum node size.protected java.awt.Dimension
JXMultiSplitPane. getMinNodeSize(MultiSplitLayout msl, MultiSplitLayout.Node n)
Set the minimum node size.
-