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 void
GameModule. fireKeyStroke(NamedKeyStroke stroke)
-
Uses of NamedKeyStroke in VASSAL.build.module
Fields in VASSAL.build.module declared as NamedKeyStroke Modifier and Type Field Description protected NamedKeyStroke
Map. moveKey
protected NamedKeyStroke
DoActionButton. postLoopKey
protected NamedKeyStroke
DoActionButton. preLoopKey
Fields in VASSAL.build.module with type parameters of type NamedKeyStroke Modifier and Type Field Description protected List<NamedKeyStroke>
DoActionButton. hotkeys
Methods 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 void
DoActionButton. 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 NamedKeyStroke
MassKeyCommand. stroke
-
Uses of NamedKeyStroke in VASSAL.build.module.turn
Fields in VASSAL.build.module.turn declared as NamedKeyStroke Modifier and Type Field Description protected NamedKeyStroke
TurnGlobalHotkey. hotkey
Methods in VASSAL.build.module.turn with parameters of type NamedKeyStroke Modifier and Type Method Description void
TurnTracker.TurnWidget. setNextStroke(NamedKeyStroke key)
void
TurnTracker.TurnWidget. setPrevStroke(NamedKeyStroke key)
-
Uses of NamedKeyStroke in VASSAL.configure
Methods in VASSAL.configure that return NamedKeyStroke Modifier and Type Method Description static NamedKeyStroke
NamedHotKeyConfigurer. decode(String s)
Decode a String into a NamedKeyStrokestatic NamedKeyStroke[]
NamedKeyStrokeArrayConfigurer. decode(String s)
NamedKeyStroke[]
NamedKeyStrokeArrayConfigurer. getKeyStrokes()
NamedKeyStroke
NamedHotKeyConfigurer. getValueNamedKeyStroke()
Methods in VASSAL.configure with parameters of type NamedKeyStroke Modifier and Type Method Description static String
NamedHotKeyConfigurer. encode(NamedKeyStroke stroke)
Encode a NamedKeyStroke into a Stringstatic String
NamedKeyStrokeArrayConfigurer. encode(NamedKeyStroke[] keys)
static String
NamedHotKeyConfigurer. getFancyString(NamedKeyStroke k)
static String
NamedHotKeyConfigurer. 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. actionKeys
protected NamedKeyStroke
AreaOfEffect. activateKey
protected NamedKeyStroke
Embellishment. activateKeyStroke
protected NamedKeyStroke
PlaceMarker. afterBurnerKey
protected NamedKeyStroke
SendToLocation. backKey
protected NamedKeyStroke
GlobalHotKey. commandKey
protected NamedKeyStroke[]
ReportState. cycleDownKeys
protected NamedKeyStroke
Embellishment. decreaseKeyStroke
protected NamedKeyStroke
Deck. emptyKey
protected NamedKeyStroke
GlobalHotKey. globalHotKey
protected NamedKeyStroke
CounterGlobalKeyCommand. globalKey
protected NamedKeyStroke
Hideable. hideKey
protected NamedKeyStroke
Embellishment. increaseKeyStroke
protected NamedKeyStroke
Clone. key
protected NamedKeyStroke
CounterGlobalKeyCommand. key
protected NamedKeyStroke
Delete. key
protected NamedKeyStroke
MenuSeparator. key
protected NamedKeyStroke
Pivot. key
protected NamedKeyStroke
PlaceMarker. key
protected NamedKeyStroke
SendToLocation. key
protected NamedKeyStroke
TriggerAction. key
protected NamedKeyStroke
Obscurable. keyCommand
protected NamedKeyStroke
Translate. keyCommand
protected NamedKeyStroke[]
ReportState. keys
protected NamedKeyStroke
TableInfo. launchKey
protected NamedKeyStroke
PropertySheet. launchKeyStroke
protected NamedKeyStroke
KeyCommand. namedKeyStroke
protected NamedKeyStroke
Obscurable. peekKey
protected NamedKeyStroke
TriggerAction. postLoopKey
protected NamedKeyStroke
TriggerAction. preLoopKey
protected NamedKeyStroke
Embellishment. resetKey
protected NamedKeyStroke
Deck. reshuffleKey
protected NamedKeyStroke
ReturnToDeck. returnKey
protected NamedKeyStroke
Deck. reverseKey
protected NamedKeyStroke
Embellishment. rndKey
protected NamedKeyStroke
FreeRotator. rotateCCWKey
protected NamedKeyStroke
FreeRotator. rotateCWKey
protected NamedKeyStroke
FreeRotator. rotateRNDKey
protected NamedKeyStroke
FreeRotator. setAngleKey
protected NamedKeyStroke
Deck. shuffleKey
protected NamedKeyStroke
ActionButton. stroke
protected NamedKeyStroke
PlaySound. stroke
protected NamedKeyStroke
Footprint. trailKey
protected NamedKeyStroke
Footprint. trailKeyClear
protected NamedKeyStroke
Footprint. trailKeyOff
protected NamedKeyStroke
Footprint. trailKeyOn
protected NamedKeyStroke[]
RestrictCommands. watchKeys
protected NamedKeyStroke[]
TriggerAction. watchKeys
Methods in VASSAL.counters that return NamedKeyStroke Modifier and Type Method Description NamedKeyStroke
Deck. getNamedEmptyKey()
NamedKeyStroke
KeyCommand. getNamedKeyStroke()
NamedKeyStroke
Deck. getReshuffleKey()
NamedKeyStroke
Deck. getReverseKey()
NamedKeyStroke
Deck. getShuffleKey()
Methods in VASSAL.counters with parameters of type NamedKeyStroke Modifier and Type Method Description protected Command
TriggerAction. executeKey(NamedKeyStroke key)
static Embellishment
Embellishment. getLayerWithMatchingActivateCommand(GamePiece piece, NamedKeyStroke stroke, boolean active)
void
Deck. setEmptyKey(NamedKeyStroke k)
void
TriggerAction. setKey(NamedKeyStroke k)
void
GlobalCommand. setKeyStroke(NamedKeyStroke keyStroke)
void
Deck. setReshuffleKey(NamedKeyStroke reshuffleKey)
void
Deck. setReverseKey(NamedKeyStroke reverseKey)
void
Deck. 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 NamedKeyStroke
NamedKeyStroke. NULL_KEYSTROKE
Methods in VASSAL.tools that return NamedKeyStroke Modifier and Type Method Description static NamedKeyStroke
NamedKeyStroke. getKeyStrokeForEvent(KeyEvent e)
static NamedKeyStroke
NamedKeyStroke. getNamedKeyStroke(char c)
static NamedKeyStroke
NamedKeyStroke. getNamedKeyStroke(char c, int mod)
static NamedKeyStroke
NamedKeyStroke. getNamedKeyStroke(int c, int mod)
NamedKeyStroke
NamedKeyStrokeListener. getNamedKeyStroke()
NamedKeyStroke
SequenceEncoder.Decoder. nextNamedKeyStroke()
NamedKeyStroke
SequenceEncoder.Decoder. nextNamedKeyStroke(char defaultValue)
NamedKeyStroke
SequenceEncoder.Decoder. nextNamedKeyStroke(NamedKeyStroke defaultValue)
Methods in VASSAL.tools with parameters of type NamedKeyStroke Modifier and Type Method Description SequenceEncoder
SequenceEncoder. append(NamedKeyStroke stroke)
KeyStroke
NamedKeyManager. getKeyStroke(NamedKeyStroke vkey)
Return the generated KeyStroke associated with the NamedKeyStrokeNamedKeyStroke
SequenceEncoder.Decoder. nextNamedKeyStroke(NamedKeyStroke defaultValue)
void
NamedKeyStrokeListener. setKeyStroke(NamedKeyStroke newKey)
Constructors in VASSAL.tools with parameters of type NamedKeyStroke Constructor Description NamedKeyStrokeListener(ActionListener l, NamedKeyStroke key)