Package VASSAL.counters
Class PlaceMarker.Ed
java.lang.Object
VASSAL.counters.PlaceMarker.Ed
- All Implemented Interfaces:
PieceEditor
- Direct Known Subclasses:
Replace.Ed
- Enclosing class:
- PlaceMarker
protected static class PlaceMarker.Ed extends Object implements PieceEditor
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PlaceMarker.Ed.ChoosePieceDialog
-
Field Summary
Fields Modifier and Type Field Description protected BooleanConfigurer
aboveConfig
protected NamedHotKeyConfigurer
afterBurner
protected JButton
defineButton
protected StringConfigurer
descConfig
protected BooleanConfigurer
matchRotationConfig
protected JComboBox<String>
placementConfig
protected JButton
selectButton
protected IntConfigurer
xOffsetConfig
protected IntConfigurer
yOffsetConfig
-
Constructor Summary
Constructors Modifier Constructor Description protected
Ed(PlaceMarker piece)
-
Method Summary
Modifier and Type Method Description protected BooleanConfigurer
createAboveConfig()
protected BooleanConfigurer
createMatchRotationConfig()
Component
getControls()
String
getState()
String
getType()
-
Field Details
-
defineButton
-
selectButton
-
xOffsetConfig
-
yOffsetConfig
-
matchRotationConfig
-
aboveConfig
-
placementConfig
-
afterBurner
-
descConfig
-
-
Constructor Details
-
Ed
-
-
Method Details
-
createMatchRotationConfig
-
createAboveConfig
-
getControls
- Specified by:
getControls
in interfacePieceEditor
-
getState
- Specified by:
getState
in interfacePieceEditor
-
getType
- Specified by:
getType
in interfacePieceEditor
-