Uses of Interface
VASSAL.tools.UniqueIdManager.Identifyable
Package | Description |
---|---|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
VASSAL.build.module.gamepieceimage | |
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
VASSAL.build.module.turn | |
VASSAL.build.widget |
Contains classes that can be added to a
Widget . |
VASSAL.script | |
VASSAL.tools |
Contains various utility classes.
|
-
Uses of UniqueIdManager.Identifyable in VASSAL.build.module
Classes in VASSAL.build.module that implement UniqueIdManager.Identifyable Modifier and Type Class Description class
Map
The Map is the main component for displaying and containingGamePiece
s during play.class
PieceWindow
A window from which players can create newGamePiece
s by clicking and dragging from the PieceWindow.class
PlayerHand
class
PrivateMap
A Map that may be configured to be visible only a particular side.class
PrototypeDefinition
class
SpecialDiceButton
... -
Uses of UniqueIdManager.Identifyable in VASSAL.build.module.gamepieceimage
Classes in VASSAL.build.module.gamepieceimage that implement UniqueIdManager.Identifyable Modifier and Type Class Description class
GamePieceImage
-
Uses of UniqueIdManager.Identifyable in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement UniqueIdManager.Identifyable Modifier and Type Class Description class
DrawPile
class
LOS_Thread
A class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).class
MapShader
Draw shaded regions on a map.class
SetupStack
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 Modifier and Type Class Description class
TurnTracker
Generic Turn Counter -
Uses of UniqueIdManager.Identifyable in VASSAL.build.widget
Classes in VASSAL.build.widget that implement UniqueIdManager.Identifyable Modifier and Type Class Description class
WidgetMap
-
Uses of UniqueIdManager.Identifyable in VASSAL.script
Classes in VASSAL.script that implement UniqueIdManager.Identifyable Modifier and Type Class Description class
ActionScript
class
GeneralScript
-
Uses of UniqueIdManager.Identifyable in VASSAL.tools
Methods in VASSAL.tools that return UniqueIdManager.Identifyable Modifier and Type Method Description UniqueIdManager.Identifyable
UniqueIdManager. 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.Identifyable Modifier and Type Method Description Iterator<UniqueIdManager.Identifyable>
UniqueIdManager. getAllInstances()
Methods in VASSAL.tools with parameters of type UniqueIdManager.Identifyable Modifier and Type Method Description void
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)