Uses of Class
VASSAL.build.AbstractToolbarItem
Package
Description
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.Contains classes that can be added to a
Widget
.-
Uses of AbstractToolbarItem in VASSAL.build.module
Modifier and TypeClassDescriptionclass
This component places a button into the controls window toolbar.class
This component places a button into the controls window toolbar.class
This version ofMassKeyCommand
is added directly to aGameModule
and applies to all maps.class
This component places a button into the controls window toolbar.class
class
The Map is the main component for displaying and containingGamePiece
s during play.class
Combines multiple buttons from the toolbar into a single button.class
This is aGameComponent
that allows players to type and save text notes during a game.class
class
Maintains a list of players involved in the current gameclass
A Map that may be configured to be visible only a particular side.class
class
...class
A Global Key Command that is automatically invoked on game start-up, once the various Key Listeners have been started.class
Takes 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
Modifier and TypeClassDescriptionclass
This version ofMassKeyCommand
is added to aDrawPile
(which holds aDeck
) and applies to pieces/cards currently in the deck.class
This allows the user to capture a snapshot of the entire map into a PNG file.class
Adds a button to the toolbar to manipulate Game Piece Layersclass
A class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).class
Draw shaded regions on a map.class
Adds a button to a map window toolbar.class
Adds a button to a Maps toolbar that moves the view/camera to a specific pointclass
Adds a button to a Maps toolbar that adjusts the positions of all pieces so that their centroid is at the center of the mapclass
-
Uses of AbstractToolbarItem in VASSAL.build.module.properties
Modifier and TypeClassDescriptionclass
Adds a toolbar button that changes the value of a global property -
Uses of AbstractToolbarItem in VASSAL.build.widget