Package VASSAL.counters
Class DynamicProperty.Ed
java.lang.Object
VASSAL.counters.DynamicProperty.Ed
- All Implemented Interfaces:
PieceEditor
- Enclosing class:
- DynamicProperty
protected static class DynamicProperty.Ed extends Object implements PieceEditor
-
Field Summary
Fields Modifier and Type Field Description protected Box
controls
protected StringConfigurer
initialValueConfig
protected ListConfigurer
keyCommandListConfig
protected IntConfigurer
maxConfig
protected IntConfigurer
minConfig
protected StringConfigurer
nameConfig
protected BooleanConfigurer
numericConfig
protected BooleanConfigurer
wrapConfig
-
Constructor Summary
Constructors Constructor Description Ed(DynamicProperty m)
-
Method Summary
Modifier and Type Method Description protected String
encodeConstraints()
Component
getControls()
String
getState()
String
getType()
-
Field Details
-
nameConfig
-
initialValueConfig
-
numericConfig
-
minConfig
-
maxConfig
-
wrapConfig
-
keyCommandListConfig
-
controls
-
-
Constructor Details
-
Ed
-
-
Method Details
-
getControls
- Specified by:
getControls
in interfacePieceEditor
-
encodeConstraints
-
getType
- Specified by:
getType
in interfacePieceEditor
-
getState
- Specified by:
getState
in interfacePieceEditor
-