Package VASSAL.configure
Class FormattedStringArrayConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.StringArrayConfigurer
VASSAL.configure.FormattedStringArrayConfigurer
- All Implemented Interfaces:
ConfigurableList
public class FormattedStringArrayConfigurer extends StringArrayConfigurer
-
Field Summary
Fields Modifier and Type Field Description protected FormattedExpressionConfigurerconfigprotected GamePiecetargetFields inherited from class VASSAL.configure.StringArrayConfigurer
list, maxRows, minRows, model, panel, textFieldFields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, hint, key, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, valueFields inherited from interface VASSAL.configure.ConfigurableList
DEFAULT_ICON_SIZE -
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)FormattedStringArrayConfigurer(PropertyChangerConfigurer.Constraints c) -
Method Summary
Modifier and Type Method Description ConfigurerbuildChildConfigurer(Object value)Methods inherited from class VASSAL.configure.StringArrayConfigurer
addEntry, addFocusListener, addTextActionListener, addValue, arrayToString, deleteEntry, entryChanged, getControls, getListController, getModel, getSelectedEntryIndex, getStringArray, getTextComponent, getTextValue, getValueString, moveEntryDown, moveEntryUp, removeFocusListener, removeValue, repack, selectEntry, setHighlighted, setSelectedEntryIndex, setTextValue, setValue, setValue, stringToArray, updateModel, updateViewableMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getHint, getKey, getName, getScreenSize, getValue, isFrozen, isHighlighted, removePropertyChangeListener, repack, setFrozen, setHint, setHintKey, setLabelVisibile, setName
-
Field Details
-
config
-
target
-
-
Constructor Details
-
FormattedStringArrayConfigurer
-
FormattedStringArrayConfigurer
-
FormattedStringArrayConfigurer
-
FormattedStringArrayConfigurer
public FormattedStringArrayConfigurer(String key, String name, PropertyChangerConfigurer.Constraints c) -
FormattedStringArrayConfigurer
-
-
Method Details
-
buildChildConfigurer
- Overrides:
buildChildConfigurerin classStringArrayConfigurer
-