Class PropertyNameExpressionConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.StringConfigurer
VASSAL.configure.FormattedStringConfigurer
VASSAL.configure.FormattedExpressionConfigurer
VASSAL.configure.PropertyNameExpressionConfigurer
- All Implemented Interfaces:
ActionListener, FocusListener, EventListener
A Configurer for Java Expressions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class FormattedExpressionConfigurer
FormattedExpressionConfigurer.ExpressionButtonNested classes/interfaces inherited from class Configurer
Configurer.ContextLevel -
Field Summary
Fields inherited from class FormattedExpressionConfigurer
button, pieceTargetFields inherited from class StringConfigurer
DEFAULT_LENGHTH, DEFAULT_LENGTH, length, nameField, p, updateInProgressFields inherited from class Configurer
changeSupport, context, contextLevel, frozen, hint, key, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
ConstructorsConstructorDescriptionPropertyNameExpressionConfigurer(String key, String name) PropertyNameExpressionConfigurer(String key, String name, String val) PropertyNameExpressionConfigurer(String key, String name, String val, GamePiece piece) PropertyNameExpressionConfigurer(String key, String name, PropertyExpression val) PropertyNameExpressionConfigurer(String key, String name, PropertyExpression val, GamePiece piece) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class FormattedExpressionConfigurer
getControls, storePieceMethods inherited from class FormattedStringConfigurer
actionPerformed, focusGained, focusLost, getOptions, setOptionsMethods inherited from class StringConfigurer
addFocusListener, buildTextField, getGrowthConstraint, getValueString, removeFocusListener, requestFocus, setEnabled, setHighlighted, setLabelVisible, setValue, updateHintMethods inherited from class Configurer
addPropertyChangeListener, fireUpdate, getContext, getContextLevel, getHint, getKey, getName, getScreenSize, getValue, initCustomControls, isFrozen, isHighlighted, isPieceContext, removePropertyChangeListener, repack, repack, setContext, setContext, setContext, setContextLevel, setFrozen, setHint, setHintKey, setLabelVisibile, setName, setValue
-
Constructor Details
-
PropertyNameExpressionConfigurer
-
PropertyNameExpressionConfigurer
-
PropertyNameExpressionConfigurer
-
PropertyNameExpressionConfigurer
-
PropertyNameExpressionConfigurer
public PropertyNameExpressionConfigurer(String key, String name, PropertyExpression val, GamePiece piece) -
PropertyNameExpressionConfigurer
-
-
Method Details
-
buildButton
- Overrides:
buildButtonin classFormattedExpressionConfigurer
-