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 TypeClassDescriptionclassCHESS CLOCK CONTROLLER for VASSAL.classThe Map is the main component for displaying and containingGamePieces during play.classA window from which players can create newGamePieces by clicking and dragging from the PieceWindow.classclassA Map that may be configured to be visible only a particular side.classclass...classA 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 TypeClassDescriptionclassclassAllows 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).classA class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).classDraw shaded regions on a map.classThis 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 TypeMethodDescriptionvoidUniqueIdManager.add(UniqueIdManager.Identifyable i) static StringUniqueIdManager.getIdentifier(UniqueIdManager.Identifyable target) Make a best guess for a unique identifier for the target.voidUniqueIdManager.remove(UniqueIdManager.Identifyable i)