Uses of Class
VASSAL.tools.ComponentSplitter.SplitPane
Package
Description
Contains classes that may be added to a
GameModule
.Contains various utility classes.
-
Uses of ComponentSplitter.SplitPane in VASSAL.build.module
Modifier and TypeFieldDescriptionprotected ComponentSplitter.SplitPane
Map.mainWindowDock
Deprecated, for removal: This API element is subject to removal in a future version.protected ComponentSplitter.SplitPane
PieceWindow.mainWindowDock
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ComponentSplitter.SplitPane in VASSAL.chat.ui
Modifier and TypeFieldDescriptionprotected ComponentSplitter.SplitPane
ChatServerControls.splitter
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ComponentSplitter.SplitPane in VASSAL.tools
Modifier and TypeMethodDescriptionComponentSplitter.SplitPane.getTransverseSplit()
static ComponentSplitter.SplitPane
ComponentSplitter.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.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.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.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.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.Modifier and TypeMethodDescriptionprotected void
ComponentSplitter.SplitPane.hideTransverseComponent
(ComponentSplitter.SplitPane split) Set the divider location and/or the top-level ancestor size to the preferred transverse size.protected void
ComponentSplitter.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