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