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 classGameModuleThe GameModule class is the base class for a VASSAL module.Fields in VASSAL.build declared as GpIdSupport Modifier and Type Field Description protected GpIdSupportGameModule. gpidSupportprotected GpIdSupportGpIdChecker. gpIdSupportMethods in VASSAL.build that return GpIdSupport Modifier and Type Method Description GpIdSupportGameModule. getGpIdSupport()Methods in VASSAL.build with parameters of type GpIdSupport Modifier and Type Method Description voidGameModule. 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 classModuleExtensionAn 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 DataArchiveclassModulePluginA 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 GpIdSupportGameRefresher. gpIdSupportConstructors 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 GpIdSupportPieceSlot. gpidSupportMethods in VASSAL.build.widget with parameters of type GpIdSupport Modifier and Type Method Description voidPieceSlot. setGpidSupport(GpIdSupport s)voidPieceSlot. updateGpId(GpIdSupport s)Update the gpid for this PieceSlot, using the givenGpIdSupportto generate the new id. -
Uses of GpIdSupport in VASSAL.counters
Fields in VASSAL.counters declared as GpIdSupport Modifier and Type Field Description protected GpIdSupportPieceDefiner. gpidSupportprotected GpIdSupportPlaceMarker. gpidSupportMethods in VASSAL.counters with parameters of type GpIdSupport Modifier and Type Method Description voidPlaceMarker. 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 classBasicModule