Uses of Class
VASSAL.counters.GlobalCommandTarget
| Package | Description |
|---|---|
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule's and ModuleExtension's. |
| VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of GlobalCommandTarget in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as GlobalCommandTarget Modifier and Type Field Description protected GlobalCommandTargetMassKeyCommand. targetMethods in VASSAL.build.module.map that return GlobalCommandTarget Modifier and Type Method Description GlobalCommandTargetMassKeyCommand. getTarget() -
Uses of GlobalCommandTarget in VASSAL.configure
Methods in VASSAL.configure that return GlobalCommandTarget Modifier and Type Method Description GlobalCommandTargetGlobalCommandTargetConfigurer. getTarget()Constructors in VASSAL.configure with parameters of type GlobalCommandTarget Constructor Description GlobalCommandTargetConfigurer(String key, String name, GlobalCommandTarget target)GlobalCommandTargetConfigurer(GlobalCommandTarget target) -
Uses of GlobalCommandTarget in VASSAL.counters
Fields in VASSAL.counters declared as GlobalCommandTarget Modifier and Type Field Description protected GlobalCommandTargetCounterGlobalKeyCommand. targetprotected GlobalCommandTargetGlobalCommand. targetMethods in VASSAL.counters that return GlobalCommandTarget Modifier and Type Method Description GlobalCommandTargetGlobalCommand. getTarget()Methods in VASSAL.counters with parameters of type GlobalCommandTarget Modifier and Type Method Description CommandGlobalCommand. apply(Map[] maps, PieceFilter filter, GlobalCommandTarget fastMatch)Apply the key command to all pieces that pass the given filter & our Fast MatchGlobalCommandTargetparameters on all the given mapsCommandGlobalCommand. apply(Map map, PieceFilter filter, GlobalCommandTarget fastMatch)Apply the key command on ONE SPECIFIC MAP to all pieces that pass the given filter and our Fast Match parameters.voidGlobalCommand. setTarget(GlobalCommandTarget target)Constructors in VASSAL.counters with parameters of type GlobalCommandTarget Constructor Description GlobalCommandTarget(GlobalCommandTarget gc)