Package VASSAL.tools
Class LoopControl
java.lang.Object
VASSAL.tools.LoopControl
Code for controlling looping common to both TriggerAction and DoActionButton
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
loopDescToType
(String desc) Convert a localized description of a loop type back to a raw typestatic String
loopTypeToDesc
(String type) Convert a Loop Type to a localized description
-
Field Details
-
LOOP_LIMIT
public static final int LOOP_LIMIT- See Also:
-
LOOP_COUNTED
- See Also:
-
LOOP_WHILE
- See Also:
-
LOOP_UNTIL
- See Also:
-
LOOP_TYPES
-
LOOP_TYPE_DESCS
-
-
Constructor Details
-
LoopControl
public LoopControl()
-
-
Method Details
-
loopTypeToDesc
-
loopDescToType
-