Uses of Class
VASSAL.counters.KeyCommand
Packages that use KeyCommand
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
Map.Provides classes that define game pieces.
-
Uses of KeyCommand in VASSAL.build
Methods in VASSAL.build that return KeyCommandMethods in VASSAL.build with parameters of type KeyCommand -
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 StringMenuDisplayer.getMenuText(KeyCommand keyCommand) protected static JMenuItemMenuDisplayer.makeMenuItem(KeyCommand keyCommand) -
Uses of KeyCommand in VASSAL.build.module.map.deck
Methods in VASSAL.build.module.map.deck that return types with arguments of type KeyCommandModifier and TypeMethodDescriptionDeckKeyCommand.getKeyCommands(Deck deck) Return a list of KeyCommands provided by this DeckKeyCommandDeckSendKeyCommand.getKeyCommands(Deck deck) DeckSortKeyCommand.getKeyCommands(Deck deck) -
Uses of KeyCommand in VASSAL.counters
Subclasses of KeyCommand in VASSAL.countersModifier and TypeClassDescriptionstatic classDynamicKeyCommand A class that represents an action to be performed on a Dynamic propertyclassRepresents a sub-menu in a GamePiece's right-click drop-down menustatic classLets our special key commands carry a bit of extra baggage around "for our later reference"Fields in VASSAL.counters declared as KeyCommandModifier and TypeFieldDescriptionprotected KeyCommandSendToLocation.backCommandprotected KeyCommandClone.cloneCommandprotected KeyCommand[]Attachment.commandprotected KeyCommand[]Clone.commandprotected KeyCommand[]CounterGlobalKeyCommand.commandprotected KeyCommand[]Deselect.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 KeyCommandObscurable.dealprotected KeyCommandDelete.deleteCommandprotected KeyCommandDeselect.deselectCommandprotected KeyCommandEmbellishment.downprotected KeyCommandEmbellishment0.downprotected KeyCommandObscurable.hideprotected KeyCommandHideable.hideCommandprotected KeyCommandAreaOfEffect.keyCommandprotected KeyCommand[]Delete.keyCommandsprotected KeyCommandPropertySheet.launchprotected KeyCommandTableInfo.launchprotected KeyCommandMatCargo.matDetachKeyCommandprotected KeyCommandMatCargo.matFindKeyCommandprotected KeyCommand[]DynamicProperty.menuCommandsprotected KeyCommandLabeler.menuKeyCommandprotected KeyCommandTranslate.moveCommandprotected KeyCommandReturnToDeck.myCommandstatic final KeyCommand[]KeyCommand.NONEprotected KeyCommandAreaOfEffect.offKeyCommandprotected KeyCommandAreaOfEffect.onKeyCommandprotected KeyCommandObscurable.peekprotected KeyCommandPivot.pivot2Commandprotected KeyCommandPivot.pivotCommandprotected KeyCommandFreeRotator.rotateCCWCommandprotected KeyCommandFreeRotator.rotateCWCommandprotected KeyCommandFreeRotator.rotateDirectCommandprotected KeyCommandFreeRotator.rotateRNDCommandprotected KeyCommandSendToLocation.sendCommandprotected KeyCommandMenuSeparator.separatorCommandprotected KeyCommandFreeRotator.setAngleCommandprotected KeyCommandEmbellishment.upprotected KeyCommandEmbellishment0.upMethods 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[]Attachment.myGetKeyCommands()protected KeyCommand[]BasicName.myGetKeyCommands()protected KeyCommand[]BorderOutline.myGetKeyCommands()protected KeyCommand[]CalculatedProperty.myGetKeyCommands()protected KeyCommand[]Clone.myGetKeyCommands()protected KeyCommand[]Comment.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[]Mat.myGetKeyCommands()MatCargo.myGetKeyCommands()protected KeyCommand[]MenuSeparator.myGetKeyCommands()protected KeyCommand[]MovementMarkable.myGetKeyCommands()MultiLocationCommand.myGetKeyCommands()Here is when we're being asked, essentially for "what goes on our context menu".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()Method parameters in VASSAL.counters with type arguments of type KeyCommandModifier and TypeMethodDescriptionprotected voidDecorator.addMenuCommand(List<KeyCommand> list, String menuText, NamedKeyStroke keyStroke) If text/keystroke pair is valid, add it to the provided listConstructors in VASSAL.counters with parameters of type KeyCommand