Uses of Interface
VASSAL.build.GpIdSupport
Package | Description |
---|---|
VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
VASSAL.build.widget |
Contains classes that can be added to a
Widget . |
VASSAL.counters |
Provides classes that define game pieces.
|
VASSAL.launch |
-
Uses of GpIdSupport in VASSAL.build
Classes in VASSAL.build that implement GpIdSupport Modifier and Type Class Description class
GameModule
The GameModule class is the base class for a VASSAL module.Fields in VASSAL.build declared as GpIdSupport Modifier and Type Field Description protected GpIdSupport
GameModule. gpidSupport
protected GpIdSupport
GpIdChecker. gpIdSupport
Methods in VASSAL.build that return GpIdSupport Modifier and Type Method Description GpIdSupport
GameModule. getGpIdSupport()
Methods in VASSAL.build with parameters of type GpIdSupport Modifier and Type Method Description void
GameModule. setGpIdSupport(GpIdSupport s)
Constructors in VASSAL.build with parameters of type GpIdSupport Constructor Description GpIdChecker(GpIdSupport gpIdSupport)
-
Uses of GpIdSupport in VASSAL.build.module
Classes in VASSAL.build.module that implement GpIdSupport Modifier and Type Class Description class
ModuleExtension
An optional extension to a GameModule Like a GameModule, it is built from scratch from a 'buildFile' in a DataArchive The components described in the buildFile are appended to components in the base DataArchiveclass
ModulePlugin
A ModulePlugin is basically identical to a ModuleExtension except that is loaded earlier and must throw Plugin specific error messagesFields in VASSAL.build.module declared as GpIdSupport Modifier and Type Field Description protected GpIdSupport
GameRefresher. gpIdSupport
Constructors in VASSAL.build.module with parameters of type GpIdSupport Constructor Description Definer(GpIdSupport s)
GameRefresher(GpIdSupport gpIdSupport)
-
Uses of GpIdSupport in VASSAL.build.widget
Fields in VASSAL.build.widget declared as GpIdSupport Modifier and Type Field Description protected GpIdSupport
PieceSlot. gpidSupport
Methods in VASSAL.build.widget with parameters of type GpIdSupport Modifier and Type Method Description void
PieceSlot. setGpidSupport(GpIdSupport s)
void
PieceSlot. updateGpId(GpIdSupport s)
Update the gpid for this PieceSlot, using the givenGpIdSupport
to generate the new id. -
Uses of GpIdSupport in VASSAL.counters
Fields in VASSAL.counters declared as GpIdSupport Modifier and Type Field Description protected GpIdSupport
PieceDefiner. gpidSupport
protected GpIdSupport
PlaceMarker. gpidSupport
Methods in VASSAL.counters with parameters of type GpIdSupport Modifier and Type Method Description void
PlaceMarker. updateGpId(GpIdSupport s)
Constructors in VASSAL.counters with parameters of type GpIdSupport Constructor Description PieceDefiner(String id, GpIdSupport s)
PieceDefiner(GpIdSupport s)
-
Uses of GpIdSupport in VASSAL.launch
Classes in VASSAL.launch that implement GpIdSupport Modifier and Type Class Description class
BasicModule