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 FormattedExpressionConfigurer
config
protected GamePiece
target
Fields inherited from class VASSAL.configure.StringArrayConfigurer
list, model, panel, textField
Fields 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 void
addTextActionListener(ActionListener a)
protected Component
getTextComponent()
protected String
getTextValue()
protected void
setTextValue(String s)
Methods inherited from class VASSAL.configure.StringArrayConfigurer
addValue, arrayToString, getControls, getModel, getStringArray, getValueString, main, removeValue, setValue, setValue, stringToArray, updateModel
Methods 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:
getTextComponent
in classStringArrayConfigurer
-
getTextValue
- Overrides:
getTextValue
in classStringArrayConfigurer
-
setTextValue
- Overrides:
setTextValue
in classStringArrayConfigurer
-
addTextActionListener
- Overrides:
addTextActionListener
in classStringArrayConfigurer
-