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