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.
|
| VASSAL.tools.swing |
-
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.type will change toSplitPaneprotected 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. splitterDeprecated.type will change toSplitPane -
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.marked as deprecated to see if modules depend on this, if no modules use this make this returnSplitPane -
Uses of ComponentSplitter.SplitPane in VASSAL.tools
Methods in VASSAL.tools that return ComponentSplitter.SplitPane Modifier and Type Method Description static ComponentSplitter.SplitPaneComponentSplitter. split(Component base, Component newComponent, int hideablePosition, boolean resize)Deprecated.deprecated without replacement, modules should subclass/change theComponents insteadComponentSplitter.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. -
Uses of ComponentSplitter.SplitPane in VASSAL.tools.swing
Subclasses of ComponentSplitter.SplitPane 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.