Package VASSAL.configure
Class FormattedStringArrayConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.StringArrayConfigurer
VASSAL.configure.FormattedStringArrayConfigurer
public class FormattedStringArrayConfigurer extends StringArrayConfigurer
-
Field Summary
Fields Modifier and Type Field Description protected FormattedExpressionConfigurerconfigprotected GamePiecetargetFields inherited from class VASSAL.configure.StringArrayConfigurer
list, model, panel, textFieldFields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
Constructors Constructor Description FormattedStringArrayConfigurer(String key, String name)FormattedStringArrayConfigurer(String key, String name, Object val)FormattedStringArrayConfigurer(String key, String name, PropertyChangerConfigurer.Constraints c)FormattedStringArrayConfigurer(String key, String name, GamePiece target) -
Method Summary
Modifier and Type Method Description protected voidaddTextActionListener(ActionListener a)protected ComponentgetTextComponent()protected StringgetTextValue()protected voidsetTextValue(String s)Methods inherited from class VASSAL.configure.StringArrayConfigurer
addValue, arrayToString, getControls, getModel, getStringArray, getValueString, main, removeValue, setValue, setValue, stringToArray, updateModelMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Field Details
-
config
-
target
-
-
Constructor Details
-
FormattedStringArrayConfigurer
-
FormattedStringArrayConfigurer
-
FormattedStringArrayConfigurer
public FormattedStringArrayConfigurer(String key, String name, PropertyChangerConfigurer.Constraints c) -
FormattedStringArrayConfigurer
-
-
Method Details
-
getTextComponent
- Overrides:
getTextComponentin classStringArrayConfigurer
-
getTextValue
- Overrides:
getTextValuein classStringArrayConfigurer
-
setTextValue
- Overrides:
setTextValuein classStringArrayConfigurer
-
addTextActionListener
- Overrides:
addTextActionListenerin classStringArrayConfigurer
-