Package VASSAL.configure
Class StringEnumConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.StringEnumConfigurer
- Direct Known Subclasses:
DoActionButton.LoopTypeConfig
public class StringEnumConfigurer extends Configurer
A Configurer that returns a String from among a list of possible values
-
Field Summary
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
Constructors Constructor Description StringEnumConfigurer(String key, String name, String[] validValues) -
Method Summary
Modifier and Type Method Description ComponentgetControls()GUI interface for setting the option in an editing windowString[]getValidValues()StringgetValueString()booleanisValidValue(Object o)static voidmain(String[] args)voidsetEditable(boolean enabled)voidsetEnabled(boolean enabled)voidsetValidValues(String[] s)voidsetValue(Object o)Set the Object valuevoidsetValue(String s)Set the Object value from a StringMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Constructor Details
-
StringEnumConfigurer
-
-
Method Details
-
getControls
Description copied from class:ConfigurerGUI interface for setting the option in an editing window- Specified by:
getControlsin classConfigurer
-
setEnabled
public void setEnabled(boolean enabled) -
setEditable
public void setEditable(boolean enabled) -
isValidValue
-
getValidValues
-
setValidValues
-
setValue
Description copied from class:ConfigurerSet the Object value- Overrides:
setValuein classConfigurer
-
getValueString
- Specified by:
getValueStringin classConfigurer- Returns:
- a String representation of the Object value
-
setValue
Description copied from class:ConfigurerSet the Object value from a String- Specified by:
setValuein classConfigurer
-
main
-