Package VASSAL.build.module
Class DoActionButton.LoopTypeConfig
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.StringEnumConfigurer
VASSAL.build.module.DoActionButton.LoopTypeConfig
- Enclosing class:
- DoActionButton
public static class DoActionButton.LoopTypeConfig extends StringEnumConfigurer
-
Field Summary
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
Constructors Constructor Description LoopTypeConfig(String key, String name, String loopType) -
Method Summary
Modifier and Type Method Description String[]getValidValues(AutoConfigurable target)StringgetValueString()Methods inherited from class VASSAL.configure.StringEnumConfigurer
getControls, getValidValues, isValidValue, main, setEditable, setEnabled, setValidValues, setValue, setValueMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Constructor Details
-
LoopTypeConfig
-
-
Method Details
-
getValidValues
-
getValueString
- Overrides:
getValueStringin classStringEnumConfigurer- Returns:
- a String representation of the Object value
-