Uses of Interface
VASSAL.tools.RecursionLimiter.Loopable
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.counters |
Provides classes that define game pieces.
|
| VASSAL.script | |
| VASSAL.tools |
Contains various utility classes.
|
-
Uses of RecursionLimiter.Loopable in VASSAL.build.module
Classes in VASSAL.build.module that implement RecursionLimiter.Loopable Modifier and Type Class Description classDoActionButtonThis component places a button into the controls window toolbar.classGlobalKeyCommandThis version ofMassKeyCommandis added directly to aGameModuleand applies to all mapsclassMultiActionButtonCombines multiple buttons from the toolbar into a single button.classStartupGlobalKeyCommandA Global Key Command that is automatically invoked on game start-up, once the various Key Listeners have been started. -
Uses of RecursionLimiter.Loopable in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement RecursionLimiter.Loopable Modifier and Type Class Description classDeckGlobalKeyCommandThis version ofMassKeyCommandis added directly to aGameModuleand applies to all mapsclassMassKeyCommandAdds a button to a map window toolbar.Constructors in VASSAL.build.module.map with parameters of type RecursionLimiter.Loopable Constructor Description DeckGlobalCommand(RecursionLimiter.Loopable l) -
Uses of RecursionLimiter.Loopable in VASSAL.counters
Classes in VASSAL.counters that implement RecursionLimiter.Loopable Modifier and Type Class Description classActionButtonA trait that acts like a button on a GamePiece, such that clicking on a particular area of the piece invokes a keyboard commandclassCalculatedPropertyConditional Marker A marker with a variable value depending on conditions.classCounterGlobalKeyCommandAdds a menu item that applies aGlobalCommandto other piecesclassLabelerDisplays a text label, with content specified by the user at runtime.classTriggerActionMacro Execute a series of Keystrokes against this same piece - Triggered by own KeyCommand or list of keystrokes - Match against an optional Property FilterclassUsePrototypeThis trait is a placeholder for a pre-defined series of traits specified in aPrototypeDefinitionobject.Fields in VASSAL.counters declared as RecursionLimiter.Loopable Modifier and Type Field Description protected RecursionLimiter.LoopableGlobalCommand. ownerConstructors in VASSAL.counters with parameters of type RecursionLimiter.Loopable Constructor Description GlobalCommand(RecursionLimiter.Loopable l)GlobalCommand(RecursionLimiter.Loopable l, PropertySource p) -
Uses of RecursionLimiter.Loopable in VASSAL.script
Classes in VASSAL.script that implement RecursionLimiter.Loopable Modifier and Type Class Description classExpressionInterpreterA BeanShell Interpreter customised to evaluate a single Vassal expression containing Vassal property references. -
Uses of RecursionLimiter.Loopable in VASSAL.tools
Classes in VASSAL.tools that implement RecursionLimiter.Loopable Modifier and Type Class Description classFormattedStringFormattedString.java A String that can include options of the form $optionName$.classPlayerIdFormattedStringDeprecated.use FormattedString constructor with defaultPropertiesFields in VASSAL.tools declared as RecursionLimiter.Loopable Modifier and Type Field Description protected RecursionLimiter.LoopableRecursionLimitException. looperMethods in VASSAL.tools with parameters of type RecursionLimiter.Loopable Modifier and Type Method Description static voidRecursionLimiter. startExecution(RecursionLimiter.Loopable looper)Constructors in VASSAL.tools with parameters of type RecursionLimiter.Loopable Constructor Description RecursionLimitException(RecursionLimiter.Loopable l)