Uses of Class
VASSAL.build.AbstractToolbarItem
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.module.properties | |
| VASSAL.build.widget |
Contains classes that can be added to a
Widget. |
-
Uses of AbstractToolbarItem in VASSAL.build.module
Subclasses of AbstractToolbarItem in VASSAL.build.module Modifier and Type Class Description classDiceButtonThis component places a button into the controls window toolbar.classDoActionButtonThis component places a button into the controls window toolbar.classGlobalKeyCommandThis version ofMassKeyCommandis added directly to aGameModuleand applies to all maps.classInternetDiceButtonThis component places a button into the controls window toolbar.classInventoryclassMapThe Map is the main component for displaying and containingGamePieces during play.classMultiActionButtonCombines multiple buttons from the toolbar into a single button.classNotesWindowThis is aGameComponentthat allows players to type and save text notes during a game.classPlayerHandclassPlayerRosterMaintains a list of players involved in the current gameclassPrivateMapA Map that may be configured to be visible only a particular side.classRandomTextButtonclassSpecialDiceButton...classStartupGlobalKeyCommandA Global Key Command that is automatically invoked on game start-up, once the various Key Listeners have been started.classToolbarMenuTakes buttons from the toolbar of a Map or the main module and places them into a popup menu -
Uses of AbstractToolbarItem in VASSAL.build.module.map
Subclasses of AbstractToolbarItem in VASSAL.build.module.map Modifier and Type Class Description classDeckGlobalKeyCommandThis version ofMassKeyCommandis added to aDrawPile(which holds aDeck) and applies to pieces/cards currently in the deck.classImageSaverThis allows the user to capture a snapshot of the entire map into a PNG file.classLayerControlAdds a button to the toolbar to manipulate Game Piece LayersclassLOS_ThreadA class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).classMapShaderDraw shaded regions on a map.classMassKeyCommandAdds a button to a map window toolbar.classPieceRecentererAdds a button to a Maps toolbar that adjusts the positions of all pieces so that their centroid is at the center of the mapclassTextSaver -
Uses of AbstractToolbarItem in VASSAL.build.module.properties
Subclasses of AbstractToolbarItem in VASSAL.build.module.properties Modifier and Type Class Description classChangePropertyButtonAdds a toolbar button that changes the value of a global property -
Uses of AbstractToolbarItem in VASSAL.build.widget
Subclasses of AbstractToolbarItem in VASSAL.build.widget Modifier and Type Class Description classWidgetMap