Package VASSAL.configure
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
public class PropertyNameExpressionConfigurer extends FormattedExpressionConfigurer
A Configurer for Java Expressions
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyNameExpressionConfigurer.PropertyNameExpressionButtonNested classes/interfaces inherited from class VASSAL.configure.FormattedExpressionConfigurer
FormattedExpressionConfigurer.ExpressionButton -
Field Summary
Fields inherited from class VASSAL.configure.FormattedExpressionConfigurer
button, pieceTargetFields inherited from class VASSAL.configure.StringConfigurer
DEFAULT_LENGHTH, length, nameField, pFields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
Constructors Constructor Description PropertyNameExpressionConfigurer(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 Type Method Description protected FormattedExpressionConfigurer.ExpressionButtonbuildButton()Methods inherited from class VASSAL.configure.FormattedExpressionConfigurer
getControls, storePieceMethods inherited from class VASSAL.configure.FormattedStringConfigurer
actionPerformed, focusGained, focusLost, getOptions, setOptionsMethods inherited from class VASSAL.configure.StringConfigurer
buildTextField, getValueString, setValueMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName, setValue
-
Constructor Details
-
PropertyNameExpressionConfigurer
-
PropertyNameExpressionConfigurer
-
PropertyNameExpressionConfigurer
-
PropertyNameExpressionConfigurer
public PropertyNameExpressionConfigurer(String key, String name, PropertyExpression val, GamePiece piece) -
PropertyNameExpressionConfigurer
-
-
Method Details
-
buildButton
- Overrides:
buildButtonin classFormattedExpressionConfigurer
-