Package VASSAL.configure
Class StringEnum
java.lang.Object
VASSAL.configure.StringEnum
- Direct Known Subclasses:
CounterDetailViewer.MinConfig,GlobalOptions.Prompt,GlobalOptions.PromptOnOff,ImageItem.TextSource,ListScenarioProperty.validOptions,RegularGridNumbering.R,SquareGrid.RangeOptions,TranslatableStringEnum
Wrapper class for an enumerated type. If an AutoConfigurable object lists an attribute of type StringEnum.class,
the AutoConfigurer class will build a StringEnumConfigurer as that attribute's editor.
The AutoConfigurable object should return a sub-class of StringEnum with a no-arg constructor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringEnum
public StringEnum()
-
-
Method Details
-
getValidValues
-