Uses of Class
VASSAL.tools.LaunchButton
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.chessclockcontrol | |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.module.properties | |
| VASSAL.build.module.turn |
-
Uses of LaunchButton in VASSAL.build
Fields in VASSAL.build declared as LaunchButton Modifier and Type Field Description protected LaunchButtonAbstractToolbarItem. launchMethods in VASSAL.build that return LaunchButton Modifier and Type Method Description LaunchButtonAbstractToolbarItem. getLaunchButton()protected LaunchButtonAbstractToolbarItem. makeLaunchButton(String tooltip, String button_text, String iconFile, ActionListener action)Create a standard toolbar launcher button for this itemMethods in VASSAL.build with parameters of type LaunchButton Modifier and Type Method Description protected voidAbstractToolbarItem. setLaunchButton(LaunchButton launch)Sets launch button for this toolbar item -
Uses of LaunchButton in VASSAL.build.module
Fields in VASSAL.build.module declared as LaunchButton Modifier and Type Field Description protected LaunchButtonChessClockControl. chessClockButtonprotected LaunchButtonChartWindow. launchprotected LaunchButtonDiceButton. launchprotected LaunchButtonDoActionButton. launchprotected LaunchButtonInventory. launchprotected LaunchButtonNotesWindow. launchprotected LaunchButtonPieceWindow. launchprotected LaunchButtonToolbarMenu. launchprotected LaunchButtonMap. launchButtonprotected LaunchButtonPlayerRoster. retireButton -
Uses of LaunchButton in VASSAL.build.module.chessclockcontrol
Fields in VASSAL.build.module.chessclockcontrol declared as LaunchButton Modifier and Type Field Description protected LaunchButtonChessClock. timerButton -
Uses of LaunchButton in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as LaunchButton Modifier and Type Field Description protected LaunchButtonGlobalMap. launchprotected LaunchButtonHidePiecesButton. launchprotected LaunchButtonImageSaver. launchprotected LaunchButtonLayerControl. launchprotected LaunchButtonLOS_Thread. launchprotected LaunchButtonMapShader. launchprotected LaunchButtonMassKeyCommand. launchDeprecated, for removal: This API element is subject to removal in a future version.protected LaunchButtonPieceRecenterer. launchprotected LaunchButtonTextSaver. launchprotected LaunchButtonPieceMover. markUnmovedButtonprotected LaunchButtonZoomer. zoomInButtonprotected LaunchButtonZoomer. zoomOutButtonprotected LaunchButtonZoomer. zoomPickButtonMethods in VASSAL.build.module.map that return LaunchButton Modifier and Type Method Description LaunchButtonMassKeyCommand. getLaunchButton() -
Uses of LaunchButton in VASSAL.build.module.properties
Fields in VASSAL.build.module.properties declared as LaunchButton Modifier and Type Field Description protected LaunchButtonChangePropertyButton. launch -
Uses of LaunchButton in VASSAL.build.module.turn
Fields in VASSAL.build.module.turn declared as LaunchButton Modifier and Type Field Description protected LaunchButtonTurnTracker. launch