Package VASSAL.configure
Class FormattedStringArrayConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.StringArrayConfigurer
VASSAL.configure.FormattedStringArrayConfigurer
- All Implemented Interfaces:
ConfigurableList
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.configure.Configurer
Configurer.ContextLevel
-
Field Summary
Fields inherited from class VASSAL.configure.StringArrayConfigurer
list, maxRows, minRows, model, panel, textField
Fields inherited from class VASSAL.configure.Configurer
changeSupport, context, contextLevel, frozen, hint, key, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, value
Fields inherited from interface VASSAL.configure.ConfigurableList
DEFAULT_ICON_SIZE
-
Constructor Summary
ConstructorDescriptionFormattedStringArrayConfigurer
(String key, String name) FormattedStringArrayConfigurer
(String key, String name, Object val) FormattedStringArrayConfigurer
(String key, String name, GamePiece target) -
Method Summary
Methods inherited from class VASSAL.configure.StringArrayConfigurer
addEntry, addFocusListener, addTextActionListener, addValue, arrayToString, deleteEntry, entryChanged, getControls, getEntries, getListController, getModel, getSelectedEntryIndex, getStringArray, getTextComponent, getTextValue, getValueString, moveEntryDown, moveEntryUp, removeFocusListener, removeValue, repack, selectEntry, setContext, setHighlighted, setSelectedEntryIndex, setTextValue, setValue, setValue, stringToArray, updateModel, updateViewable
Methods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getContext, getContextLevel, getHint, getKey, getName, getScreenSize, getValue, initCustomControls, isFrozen, isHighlighted, isPieceContext, removePropertyChangeListener, repack, requestFocus, setContext, setContext, setContextLevel, setEnabled, setFrozen, setHint, setHintKey, setLabelVisibile, setLabelVisible, 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:
buildChildConfigurer
in classStringArrayConfigurer
-