Uses of Class
VASSAL.tools.NamedKeyStroke
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.module.turn | |
| VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule's and ModuleExtension's. |
| VASSAL.counters |
Provides classes that define game pieces.
|
| VASSAL.tools |
Contains various utility classes.
|
-
Uses of NamedKeyStroke in VASSAL.build
Methods in VASSAL.build with parameters of type NamedKeyStroke Modifier and Type Method Description voidGameModule. fireKeyStroke(NamedKeyStroke stroke) -
Uses of NamedKeyStroke in VASSAL.build.module
Fields in VASSAL.build.module declared as NamedKeyStroke Modifier and Type Field Description protected NamedKeyStrokeMap. moveKeyprotected NamedKeyStrokeDoActionButton. postLoopKeyprotected NamedKeyStrokeDoActionButton. preLoopKeyFields in VASSAL.build.module with type parameters of type NamedKeyStroke Modifier and Type Field Description protected List<NamedKeyStroke>DoActionButton. hotkeysMethods in VASSAL.build.module that return types with arguments of type NamedKeyStroke Modifier and Type Method Description protected List<NamedKeyStroke>DoActionButton. decodeHotkeys(String s)Methods in VASSAL.build.module with parameters of type NamedKeyStroke Modifier and Type Method Description protected voidDoActionButton. doHotKey(Command c, NamedKeyStroke key)Constructor parameters in VASSAL.build.module with type arguments of type NamedKeyStroke Constructor Description NamedHotkeyListConfigurer(String key, String name, List<NamedKeyStroke> list) -
Uses of NamedKeyStroke in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as NamedKeyStroke Modifier and Type Field Description protected NamedKeyStrokeMassKeyCommand. stroke -
Uses of NamedKeyStroke in VASSAL.build.module.turn
Fields in VASSAL.build.module.turn declared as NamedKeyStroke Modifier and Type Field Description protected NamedKeyStrokeTurnGlobalHotkey. hotkeyMethods in VASSAL.build.module.turn with parameters of type NamedKeyStroke Modifier and Type Method Description voidTurnTracker.TurnWidget. setNextStroke(NamedKeyStroke key)voidTurnTracker.TurnWidget. setPrevStroke(NamedKeyStroke key) -
Uses of NamedKeyStroke in VASSAL.configure
Methods in VASSAL.configure that return NamedKeyStroke Modifier and Type Method Description static NamedKeyStrokeNamedHotKeyConfigurer. decode(String s)Decode a String into a NamedKeyStrokestatic NamedKeyStroke[]NamedKeyStrokeArrayConfigurer. decode(String s)NamedKeyStroke[]NamedKeyStrokeArrayConfigurer. getKeyStrokes()NamedKeyStrokeNamedHotKeyConfigurer. getValueNamedKeyStroke()Methods in VASSAL.configure with parameters of type NamedKeyStroke Modifier and Type Method Description static StringNamedHotKeyConfigurer. encode(NamedKeyStroke stroke)Encode a NamedKeyStroke into a Stringstatic StringNamedKeyStrokeArrayConfigurer. encode(NamedKeyStroke[] keys)static StringNamedHotKeyConfigurer. getFancyString(NamedKeyStroke k)static StringNamedHotKeyConfigurer. getString(NamedKeyStroke k)A plain text representation of a KeyStroke.Constructors in VASSAL.configure with parameters of type NamedKeyStroke Constructor Description NamedHotKeyConfigurer(String key, String name, NamedKeyStroke val)NamedKeyStrokeArrayConfigurer(String key, String name, NamedKeyStroke[] val) -
Uses of NamedKeyStroke in VASSAL.counters
Fields in VASSAL.counters declared as NamedKeyStroke Modifier and Type Field Description protected NamedKeyStroke[]TriggerAction. actionKeysprotected NamedKeyStrokeAreaOfEffect. activateKeyprotected NamedKeyStrokeEmbellishment. activateKeyStrokeprotected NamedKeyStrokePlaceMarker. afterBurnerKeyprotected NamedKeyStrokeSendToLocation. backKeyprotected NamedKeyStrokeGlobalHotKey. commandKeyprotected NamedKeyStroke[]ReportState. cycleDownKeysprotected NamedKeyStrokeEmbellishment. decreaseKeyStrokeprotected NamedKeyStrokeDeck. emptyKeyprotected NamedKeyStrokeGlobalHotKey. globalHotKeyprotected NamedKeyStrokeCounterGlobalKeyCommand. globalKeyprotected NamedKeyStrokeHideable. hideKeyprotected NamedKeyStrokeEmbellishment. increaseKeyStrokeprotected NamedKeyStrokeClone. keyprotected NamedKeyStrokeCounterGlobalKeyCommand. keyprotected NamedKeyStrokeDelete. keyprotected NamedKeyStrokeMenuSeparator. keyprotected NamedKeyStrokePivot. keyprotected NamedKeyStrokePlaceMarker. keyprotected NamedKeyStrokeSendToLocation. keyprotected NamedKeyStrokeTriggerAction. keyprotected NamedKeyStrokeObscurable. keyCommandprotected NamedKeyStrokeTranslate. keyCommandprotected NamedKeyStroke[]ReportState. keysprotected NamedKeyStrokeTableInfo. launchKeyprotected NamedKeyStrokePropertySheet. launchKeyStrokeprotected NamedKeyStrokeKeyCommand. namedKeyStrokeprotected NamedKeyStrokeObscurable. peekKeyprotected NamedKeyStrokeTriggerAction. postLoopKeyprotected NamedKeyStrokeTriggerAction. preLoopKeyprotected NamedKeyStrokeEmbellishment. resetKeyprotected NamedKeyStrokeDeck. reshuffleKeyprotected NamedKeyStrokeReturnToDeck. returnKeyprotected NamedKeyStrokeDeck. reverseKeyprotected NamedKeyStrokeEmbellishment. rndKeyprotected NamedKeyStrokeFreeRotator. rotateCCWKeyprotected NamedKeyStrokeFreeRotator. rotateCWKeyprotected NamedKeyStrokeFreeRotator. rotateRNDKeyprotected NamedKeyStrokeFreeRotator. setAngleKeyprotected NamedKeyStrokeDeck. shuffleKeyprotected NamedKeyStrokeActionButton. strokeprotected NamedKeyStrokePlaySound. strokeprotected NamedKeyStrokeFootprint. trailKeyprotected NamedKeyStrokeFootprint. trailKeyClearprotected NamedKeyStrokeFootprint. trailKeyOffprotected NamedKeyStrokeFootprint. trailKeyOnprotected NamedKeyStroke[]RestrictCommands. watchKeysprotected NamedKeyStroke[]TriggerAction. watchKeysMethods in VASSAL.counters that return NamedKeyStroke Modifier and Type Method Description NamedKeyStrokeDeck. getNamedEmptyKey()NamedKeyStrokeKeyCommand. getNamedKeyStroke()NamedKeyStrokeDeck. getReshuffleKey()NamedKeyStrokeDeck. getReverseKey()NamedKeyStrokeDeck. getShuffleKey()Methods in VASSAL.counters with parameters of type NamedKeyStroke Modifier and Type Method Description protected CommandTriggerAction. executeKey(NamedKeyStroke key)static EmbellishmentEmbellishment. getLayerWithMatchingActivateCommand(GamePiece piece, NamedKeyStroke stroke, boolean active)voidDeck. setEmptyKey(NamedKeyStroke k)voidTriggerAction. setKey(NamedKeyStroke k)voidGlobalCommand. setKeyStroke(NamedKeyStroke keyStroke)voidDeck. setReshuffleKey(NamedKeyStroke reshuffleKey)voidDeck. setReverseKey(NamedKeyStroke reverseKey)voidDeck. setShuffleKey(NamedKeyStroke shuffleKey)Constructors in VASSAL.counters with parameters of type NamedKeyStroke Constructor Description DynamicKeyCommand(String name, NamedKeyStroke key, GamePiece target, TranslatablePiece i18nPiece, PropertyChanger propChanger)KeyCommand(String name, NamedKeyStroke key, GamePiece target)KeyCommand(String name, NamedKeyStroke key, GamePiece target, boolean enabled)KeyCommand(String name, NamedKeyStroke key, GamePiece target, TranslatablePiece i18nPiece) -
Uses of NamedKeyStroke in VASSAL.tools
Fields in VASSAL.tools declared as NamedKeyStroke Modifier and Type Field Description static NamedKeyStrokeNamedKeyStroke. NULL_KEYSTROKEMethods in VASSAL.tools that return NamedKeyStroke Modifier and Type Method Description static NamedKeyStrokeNamedKeyStroke. getKeyStrokeForEvent(KeyEvent e)static NamedKeyStrokeNamedKeyStroke. getNamedKeyStroke(char c)static NamedKeyStrokeNamedKeyStroke. getNamedKeyStroke(char c, int mod)static NamedKeyStrokeNamedKeyStroke. getNamedKeyStroke(int c, int mod)NamedKeyStrokeNamedKeyStrokeListener. getNamedKeyStroke()NamedKeyStrokeSequenceEncoder.Decoder. nextNamedKeyStroke()NamedKeyStrokeSequenceEncoder.Decoder. nextNamedKeyStroke(char defaultValue)NamedKeyStrokeSequenceEncoder.Decoder. nextNamedKeyStroke(NamedKeyStroke defaultValue)Methods in VASSAL.tools with parameters of type NamedKeyStroke Modifier and Type Method Description SequenceEncoderSequenceEncoder. append(NamedKeyStroke stroke)KeyStrokeNamedKeyManager. getKeyStroke(NamedKeyStroke vkey)Return the generated KeyStroke associated with the NamedKeyStrokeNamedKeyStrokeSequenceEncoder.Decoder. nextNamedKeyStroke(NamedKeyStroke defaultValue)voidNamedKeyStrokeListener. setKeyStroke(NamedKeyStroke newKey)Constructors in VASSAL.tools with parameters of type NamedKeyStroke Constructor Description NamedKeyStrokeListener(ActionListener l, NamedKeyStroke key)