Uses of Interface
VASSAL.tools.UniqueIdManager.Identifyable
Packages that use 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
Classes in VASSAL.build.module that implement UniqueIdManager.IdentifyableModifier 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
Classes in VASSAL.build.module.gamepieceimage that implement UniqueIdManager.Identifyable -
Uses of UniqueIdManager.Identifyable in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement UniqueIdManager.IdentifyableModifier 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
Classes in VASSAL.build.module.turn that implement UniqueIdManager.Identifyable -
Uses of UniqueIdManager.Identifyable in VASSAL.build.widget
Classes in VASSAL.build.widget that implement UniqueIdManager.Identifyable -
Uses of UniqueIdManager.Identifyable in VASSAL.script
Classes in VASSAL.script that implement UniqueIdManager.Identifyable -
Uses of UniqueIdManager.Identifyable in VASSAL.tools
Methods in VASSAL.tools that return UniqueIdManager.IdentifyableModifier and TypeMethodDescriptionUniqueIdManager.findInstance
(String id) Return the first instance whose name or id matches the argumentMethods in VASSAL.tools that return types with arguments of type UniqueIdManager.IdentifyableMethods in VASSAL.tools with parameters of type UniqueIdManager.IdentifyableModifier 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)