Uses of Interface
VASSAL.build.GpIdSupport
Packages that use GpIdSupport
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
GameModule
.Contains classes that can be added to a
Widget
.Provides classes that define game pieces.
-
Uses of GpIdSupport in VASSAL.build
Classes in VASSAL.build that implement GpIdSupportModifier and TypeClassDescriptionclass
The GameModule class is the base class for a VASSAL module.Fields in VASSAL.build declared as GpIdSupportMethods in VASSAL.build that return GpIdSupportMethods in VASSAL.build with parameters of type GpIdSupportModifier and TypeMethodDescriptionvoid
GameModule.setGpIdSupport
(GpIdSupport s) Registers a GamePiece ID support object for us to manage a namespace for unique GamePiece objects.Constructors in VASSAL.build with parameters of type GpIdSupport -
Uses of GpIdSupport in VASSAL.build.module
Classes in VASSAL.build.module that implement GpIdSupportModifier and TypeClassDescriptionclass
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
A ModulePlugin is basically identical to a ModuleExtension except that is loaded earlier and must throw Plugin specific error messagesConstructors in VASSAL.build.module with parameters of type GpIdSupport -
Uses of GpIdSupport in VASSAL.build.widget
Fields in VASSAL.build.widget declared as GpIdSupportMethods in VASSAL.build.widget with parameters of type GpIdSupportModifier and TypeMethodDescriptionvoid
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 GpIdSupportModifier and TypeFieldDescriptionprotected GpIdSupport
PieceDefiner.gpidSupport
protected GpIdSupport
PlaceMarker.gpidSupport
Methods in VASSAL.counters with parameters of type GpIdSupportConstructors in VASSAL.counters with parameters of type GpIdSupport -
Uses of GpIdSupport in VASSAL.launch
Classes in VASSAL.launch that implement GpIdSupportModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.