Uses of Class
VASSAL.tools.swing.InternalSplitPane
| Package | Description |
|---|---|
| VASSAL.tools |
Contains various utility classes.
|
| VASSAL.tools.swing |
-
Uses of InternalSplitPane in VASSAL.tools
Subclasses of InternalSplitPane in VASSAL.tools Modifier and Type Class Description static classComponentSplitter.SplitPaneDeprecated.useSplitPane -
Uses of InternalSplitPane in VASSAL.tools.swing
Subclasses of InternalSplitPane in VASSAL.tools.swing Modifier and Type Class Description classSplitPaneContains methods to automatically show/hide one of its components (the "hideable" component) while the other (the "base" component) remains always visible.Methods in VASSAL.tools.swing that return InternalSplitPane Modifier and Type Method Description InternalSplitPaneInternalSplitPane. getTransverseSplit()Deprecated.Return the first SplitPane ancestor with a different orientation from this SplitPaneMethods in VASSAL.tools.swing with parameters of type InternalSplitPane Modifier and Type Method Description protected voidInternalSplitPane. hideTransverseComponent(InternalSplitPane split)Deprecated.Set the divider location and/or the top-level ancestor size to the preferred transverse size.protected voidInternalSplitPane. showTransverseComponent(InternalSplitPane split)Deprecated.Set the divider location and/or the top-level ancestor size to be large enough to display the argumentInternalSplitPane's hideable component