Uses of Class
VASSAL.counters.KeyCommand
Packages that use KeyCommand
Package
Description
Contains classes that may be added to a
Map
.Provides classes that define game pieces.
-
Uses of KeyCommand in VASSAL.build.module.map
Methods in VASSAL.build.module.map that return KeyCommandMethods in VASSAL.build.module.map with parameters of type KeyCommandModifier and TypeMethodDescriptionprotected static String
MenuDisplayer.getMenuText(KeyCommand keyCommand)
protected static JMenuItem
MenuDisplayer.makeMenuItem(KeyCommand keyCommand)
-
Uses of KeyCommand in VASSAL.counters
Subclasses of KeyCommand in VASSAL.countersModifier and TypeClassDescriptionstatic class
DynamicKeyCommand A class that represents an action to be performed on a Dynamic propertyclass
Represents a sub-menu in a GamePiece's right-click drop-down menuFields in VASSAL.counters declared as KeyCommandModifier and TypeFieldDescriptionprotected KeyCommand
SendToLocation.backCommand
protected KeyCommand
Clone.cloneCommand
protected KeyCommand[]
Clone.command
protected KeyCommand[]
CounterGlobalKeyCommand.command
protected KeyCommand[]
Deselect.command
protected KeyCommand
GlobalHotKey.command
protected KeyCommand[]
MenuSeparator.command
protected KeyCommand
PlaceMarker.command
protected KeyCommand
PlaySound.command
protected KeyCommand[]
SendToLocation.command
protected KeyCommand[]
AreaOfEffect.commands
protected KeyCommand[]
Deck.commands
protected KeyCommand[]
Embellishment.commands
protected KeyCommand[]
Embellishment0.commands
protected KeyCommand[]
FreeRotator.commands
protected KeyCommand[]
GlobalHotKey.commands
protected KeyCommand[]
Hideable.commands
protected KeyCommand[]
Pivot.commands
protected KeyCommand[]
PlaceMarker.commands
protected KeyCommand[]
PlaySound.commands
protected KeyCommand[]
ReturnToDeck.commands
protected KeyCommand[]
Translate.commands
protected KeyCommand[]
Obscurable.commandsWithoutPeek
protected KeyCommand[]
Obscurable.commandsWithPeek
protected KeyCommand
Delete.deleteCommand
protected KeyCommand
Deselect.deselectCommand
protected KeyCommand
Embellishment.down
protected KeyCommand
Embellishment0.down
protected KeyCommand
Obscurable.hide
protected KeyCommand
Hideable.hideCommand
protected KeyCommand
AreaOfEffect.keyCommand
protected KeyCommand[]
Delete.keyCommands
protected KeyCommand
PropertySheet.launch
protected KeyCommand
TableInfo.launch
protected KeyCommand[]
DynamicProperty.menuCommands
protected KeyCommand
Labeler.menuKeyCommand
protected KeyCommand
Translate.moveCommand
protected KeyCommand
ReturnToDeck.myCommand
static KeyCommand[]
KeyCommand.NONE
protected KeyCommand
Obscurable.peek
protected KeyCommand
Pivot.pivotCommand
protected KeyCommand
FreeRotator.rotateCCWCommand
protected KeyCommand
FreeRotator.rotateCWCommand
protected KeyCommand
FreeRotator.rotateRNDCommand
protected KeyCommand
SendToLocation.sendCommand
protected KeyCommand
MenuSeparator.separatorCommand
protected KeyCommand
FreeRotator.setAngleCommand
protected KeyCommand
Embellishment.up
protected KeyCommand
Embellishment0.up
Methods in VASSAL.counters that return KeyCommandModifier and TypeMethodDescriptionprotected KeyCommand[]
BasicPiece.getKeyCommands()
protected KeyCommand[]
Deck.getKeyCommands()
protected KeyCommand[]
Decorator.getKeyCommands()
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[]
Deselect.myGetKeyCommands()
protected KeyCommand[]
DynamicProperty.myGetKeyCommands()
Embellishment.myGetKeyCommands()
Embellishment0.myGetKeyCommands()
Footprint.myGetKeyCommands()
FreeRotator.myGetKeyCommands()
protected KeyCommand[]
GlobalHotKey.myGetKeyCommands()
Hideable.myGetKeyCommands()
Immobilized.myGetKeyCommands()
Labeler.myGetKeyCommands()
protected KeyCommand[]
Marker.myGetKeyCommands()
protected KeyCommand[]
MenuSeparator.myGetKeyCommands()
protected KeyCommand[]
MovementMarkable.myGetKeyCommands()
protected KeyCommand[]
NonRectangular.myGetKeyCommands()
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[]
TranslatableMessage.myGetKeyCommands()
protected KeyCommand[]
Translate.myGetKeyCommands()
protected KeyCommand[]
TriggerAction.myGetKeyCommands()
protected KeyCommand[]
UsePrototype.myGetKeyCommands()
Constructors in VASSAL.counters with parameters of type KeyCommand