Uses of Class
VASSAL.tools.ComponentSplitter.SplitPane
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.chat.ui | |
| VASSAL.launch | |
| VASSAL.tools |
Contains various utility classes.
|
-
Uses of ComponentSplitter.SplitPane in VASSAL.build.module
Fields in VASSAL.build.module declared as ComponentSplitter.SplitPane Modifier and Type Field Description protected ComponentSplitter.SplitPaneMap. mainWindowDockDeprecated, for removal: This API element is subject to removal in a future version.protected ComponentSplitter.SplitPanePieceWindow. mainWindowDockDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ComponentSplitter.SplitPane in VASSAL.chat.ui
Fields in VASSAL.chat.ui declared as ComponentSplitter.SplitPane Modifier and Type Field Description protected ComponentSplitter.SplitPaneChatServerControls. splitterDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ComponentSplitter.SplitPane in VASSAL.launch
Methods in VASSAL.launch that return ComponentSplitter.SplitPane Modifier and Type Method Description ComponentSplitter.SplitPanePlayerWindow. splitControlPanel(Component newComponent, int hideablePosition, boolean resize)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ComponentSplitter.SplitPane in VASSAL.tools
Methods in VASSAL.tools that return ComponentSplitter.SplitPane Modifier and Type Method Description ComponentSplitter.SplitPaneComponentSplitter.SplitPane. getTransverseSplit()static ComponentSplitter.SplitPaneComponentSplitter. split(Component base, Component newComponent, int hideablePosition, boolean resize)Deprecated, for removal: This API element is subject to removal in a future version.Create a new hideable panel beside the base component.ComponentSplitter.SplitPaneComponentSplitter. splitBottom(Component base, Component hideableComponent, boolean resizeOnVisibilityChange)Deprecated, for removal: This API element is subject to removal in a future version.Create a new hideable panel to the bottom of the base component.ComponentSplitter.SplitPaneComponentSplitter. splitLeft(Component base, Component hideableComponent, boolean resizeOnVisibilityChange)Deprecated, for removal: This API element is subject to removal in a future version.Create a new hideable panel to the left of the base component.ComponentSplitter.SplitPaneComponentSplitter. splitRight(Component base, Component hideableComponent, boolean resizeOnVisibilityChange)Deprecated, for removal: This API element is subject to removal in a future version.Create a new hideable panel to the right of the base component.ComponentSplitter.SplitPaneComponentSplitter. splitTop(Component base, Component hideableComponent, boolean resizeOnVisibilityChange)Deprecated, for removal: This API element is subject to removal in a future version.Create a new hideable panel to the top of the base component.Methods in VASSAL.tools with parameters of type ComponentSplitter.SplitPane Modifier and Type Method Description protected voidComponentSplitter.SplitPane. hideTransverseComponent(ComponentSplitter.SplitPane split)Set the divider location and/or the top-level ancestor size to the preferred transverse size.protected voidComponentSplitter.SplitPane. showTransverseComponent(ComponentSplitter.SplitPane split)Set the divider location and/or the top-level ancestor size to be large enough to display the argumentComponentSplitter.SplitPane's hideable component