Class StringEnumConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.build.module.gamepieceimage.StringEnumConfigurer
- Direct Known Subclasses:
SizeConfigurer
,SymbolConfigurer
public class StringEnumConfigurer extends Configurer
A Configurer that returns a String from among a list of possible values
-
Field Summary
Fields Modifier and Type Field Description protected JComboBox<String>
box
protected Box
panel
protected String[]
validValues
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 JComboBox<String>
getComboBox()
Component
getControls()
GUI interface for setting the option in an editing windowString[]
getValidValues()
String
getValueString()
boolean
isValidValue(Object o)
static void
main(String[] args)
void
setValidValues(String[] s)
void
setValue(Object o)
Set the Object valuevoid
setValue(String s)
Set the Object value from a StringMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Field Details
-
validValues
-
box
-
panel
-
-
Constructor Details
-
StringEnumConfigurer
-
-
Method Details
-
getControls
Description copied from class:Configurer
GUI interface for setting the option in an editing window- Specified by:
getControls
in classConfigurer
-
getComboBox
-
isValidValue
-
getValidValues
-
setValidValues
-
setValue
Description copied from class:Configurer
Set the Object value- Overrides:
setValue
in classConfigurer
-
getValueString
- Specified by:
getValueString
in classConfigurer
- Returns:
- a String representation of the Object value
-
setValue
Description copied from class:Configurer
Set the Object value from a String- Specified by:
setValue
in classConfigurer
-
main
-