Uses of Class
VASSAL.counters.KeyCommand
| Package | Description |
|---|---|
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of KeyCommand in VASSAL.build.module.map
Methods in VASSAL.build.module.map that return KeyCommand Modifier and Type Method Description KeyCommandDeckGlobalKeyCommand. getKeyCommand(Deck deck)Methods in VASSAL.build.module.map with parameters of type KeyCommand Modifier and Type Method Description protected static StringMenuDisplayer. getMenuText(KeyCommand keyCommand)protected static JMenuItemMenuDisplayer. makeMenuItem(KeyCommand keyCommand) -
Uses of KeyCommand in VASSAL.counters
Subclasses of KeyCommand in VASSAL.counters Modifier and Type Class Description protected static classDynamicProperty.DynamicKeyCommandDynamicKeyCommand A class that represents an action to be performed on a Dynamic propertyclassKeyCommandSubMenuRepresents a sub-menu in a GamePiece's right-click drop-down menuFields in VASSAL.counters declared as KeyCommand Modifier and Type Field Description protected KeyCommandSendToLocation. backCommandprotected KeyCommandClone. cloneCommandprotected KeyCommand[]Clone. commandprotected KeyCommand[]CounterGlobalKeyCommand. commandprotected KeyCommandGlobalHotKey. commandprotected KeyCommand[]MenuSeparator. commandprotected KeyCommandPlaceMarker. commandprotected KeyCommandPlaySound. commandprotected KeyCommand[]SendToLocation. commandprotected KeyCommand[]AreaOfEffect. commandsprotected KeyCommand[]Deck. commandsprotected KeyCommand[]Embellishment. commandsprotected KeyCommand[]Embellishment0. commandsprotected KeyCommand[]FreeRotator. commandsprotected KeyCommand[]GlobalHotKey. commandsprotected KeyCommand[]Hideable. commandsprotected KeyCommand[]Pivot. commandsprotected KeyCommand[]PlaceMarker. commandsprotected KeyCommand[]PlaySound. commandsprotected KeyCommand[]ReturnToDeck. commandsprotected KeyCommand[]Translate. commandsprotected KeyCommand[]Obscurable. commandsWithoutPeekprotected KeyCommand[]Obscurable. commandsWithPeekprotected KeyCommandDelete. deleteCommandprotected KeyCommandEmbellishment. downprotected KeyCommandEmbellishment0. downprotected KeyCommandObscurable. hideprotected KeyCommandHideable. hideCommandprotected KeyCommandAreaOfEffect. keyCommandprotected KeyCommand[]Delete. keyCommandsprotected KeyCommandPropertySheet. launchprotected KeyCommandTableInfo. launchprotected KeyCommand[]DynamicProperty. menuCommandsprotected KeyCommandLabeler. menuKeyCommandprotected KeyCommandTranslate. moveCommandprotected KeyCommandReturnToDeck. myCommandprotected KeyCommandObscurable. peekprotected KeyCommandPivot. pivotCommandprotected KeyCommandFreeRotator. rotateCCWCommandprotected KeyCommandFreeRotator. rotateCWCommandprotected KeyCommandFreeRotator. rotateRNDCommandprotected KeyCommandSendToLocation. sendCommandprotected KeyCommandMenuSeparator. separatorCommandprotected KeyCommandFreeRotator. setAngleCommandprotected KeyCommandEmbellishment. upprotected KeyCommandEmbellishment0. upMethods in VASSAL.counters that return KeyCommand Modifier and Type Method Description protected KeyCommand[]BasicPiece. getKeyCommands()protected KeyCommand[]Deck. getKeyCommands()protected KeyCommand[]Decorator. getKeyCommands()The set of key commands that will populate the piece's right-click menu.KeyCommand[]Obscurable. getKeyCommands()protected KeyCommand[]RestrictCommands. getKeyCommands()protected KeyCommand[]Restricted. getKeyCommands()protected KeyCommand[]UsePrototype. getKeyCommands()protected KeyCommand[]ActionButton. myGetKeyCommands()protected KeyCommand[]AreaOfEffect. myGetKeyCommands()protected KeyCommand[]CalculatedProperty. myGetKeyCommands()protected KeyCommand[]Clone. myGetKeyCommands()protected KeyCommand[]CounterGlobalKeyCommand. myGetKeyCommands()protected abstract KeyCommand[]Decorator. myGetKeyCommands()protected KeyCommand[]Delete. myGetKeyCommands()protected KeyCommand[]DynamicProperty. myGetKeyCommands()KeyCommand[]Embellishment. myGetKeyCommands()KeyCommand[]Embellishment0. myGetKeyCommands()KeyCommand[]Footprint. myGetKeyCommands()KeyCommand[]FreeRotator. myGetKeyCommands()protected KeyCommand[]GlobalHotKey. myGetKeyCommands()KeyCommand[]Hideable. myGetKeyCommands()KeyCommand[]Immobilized. myGetKeyCommands()KeyCommand[]Labeler. myGetKeyCommands()protected KeyCommand[]Marker. myGetKeyCommands()protected KeyCommand[]MenuSeparator. myGetKeyCommands()protected KeyCommand[]MovementMarkable. myGetKeyCommands()protected KeyCommand[]NonRectangular. myGetKeyCommands()KeyCommand[]Obscurable. myGetKeyCommands()protected KeyCommand[]Pivot. myGetKeyCommands()protected KeyCommand[]PlaceMarker. myGetKeyCommands()protected KeyCommand[]PlaySound. myGetKeyCommands()protected KeyCommand[]PropertySheet. myGetKeyCommands()protected KeyCommand[]ReportState. myGetKeyCommands()protected KeyCommand[]RestrictCommands. myGetKeyCommands()protected KeyCommand[]Restricted. myGetKeyCommands()protected KeyCommand[]ReturnToDeck. myGetKeyCommands()protected KeyCommand[]SendToLocation. myGetKeyCommands()protected KeyCommand[]SubMenu. myGetKeyCommands()protected KeyCommand[]TableInfo. myGetKeyCommands()protected KeyCommand[]Translate. myGetKeyCommands()protected KeyCommand[]TriggerAction. myGetKeyCommands()protected KeyCommand[]UsePrototype. myGetKeyCommands()Constructors in VASSAL.counters with parameters of type KeyCommand Constructor Description KeyCommand(KeyCommand command)