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. mainWindowDockprotected ComponentSplitter.SplitPanePieceWindow. mainWindowDock -
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. splitter -
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. -
Uses of ComponentSplitter.SplitPane in VASSAL.tools
Methods in VASSAL.tools that return ComponentSplitter.SplitPane Modifier and Type Method Description ComponentSplitter.SplitPaneComponentSplitter.SplitPane. getTransverseSplit()Return the first SplitPane ancestor with a different orientation from this SplitPanestatic ComponentSplitter.SplitPaneComponentSplitter. split(Component base, Component newComponent, int hideablePosition, boolean resize)Create a new hideable panel beside the base component.ComponentSplitter.SplitPaneComponentSplitter. splitBottom(Component base, Component hideableComponent, boolean resizeOnVisibilityChange)Deprecated.ComponentSplitter.SplitPaneComponentSplitter. splitLeft(Component base, Component hideableComponent, boolean resizeOnVisibilityChange)Deprecated.ComponentSplitter.SplitPaneComponentSplitter. splitRight(Component base, Component hideableComponent, boolean resizeOnVisibilityChange)Deprecated.ComponentSplitter.SplitPaneComponentSplitter. splitTop(Component base, Component hideableComponent, boolean resizeOnVisibilityChange)Deprecated.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
ComponentSplitter.split(Component, Component, int, boolean)instead.