Uses of Interface
VASSAL.tools.UniqueIdManager.Identifyable
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
.Contains various utility classes.
-
Uses of UniqueIdManager.Identifyable in VASSAL.build.module
Modifier and TypeClassDescriptionclass
CHESS CLOCK CONTROLLER for VASSAL.class
The Map is the main component for displaying and containingGamePiece
s during play.class
A window from which players can create newGamePiece
s by clicking and dragging from the PieceWindow.class
class
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. -
Uses of UniqueIdManager.Identifyable in VASSAL.build.module.gamepieceimage
-
Uses of UniqueIdManager.Identifyable in VASSAL.build.module.map
Modifier and TypeClassDescriptionclass
class
Allows a player to ping a location ("send up a flare") by clicking on a map with the correct modifier key combination held down (default: Alt+LeftClick).class
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
This is the "At-Start Stack" component, which initializes a Map or Board with a specified stack. -
Uses of UniqueIdManager.Identifyable in VASSAL.build.module.turn
-
Uses of UniqueIdManager.Identifyable in VASSAL.build.widget
-
Uses of UniqueIdManager.Identifyable in VASSAL.script
-
Uses of UniqueIdManager.Identifyable in VASSAL.tools
Modifier and TypeMethodDescriptionUniqueIdManager.findInstance
(String id) Return the first instance whose name or id matches the argumentModifier and TypeMethodDescriptionvoid
UniqueIdManager.add
(UniqueIdManager.Identifyable i) static String
UniqueIdManager.getIdentifier
(UniqueIdManager.Identifyable target) Make a best guess for a unique identifier for the target.void
UniqueIdManager.remove
(UniqueIdManager.Identifyable i)