Package VASSAL.configure
Class HotKeyConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.HotKeyConfigurer
- All Implemented Interfaces:
KeyListener,EventListener
public class HotKeyConfigurer extends Configurer implements KeyListener
A Configurer for
KeyStroke values-
Field Summary
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
Constructors Constructor Description HotKeyConfigurer(String key, String name)HotKeyConfigurer(String key, String name, KeyStroke val) -
Method Summary
Modifier and Type Method Description static KeyStrokedecode(String s)Decode a String into a KeyStrokestatic Stringencode(KeyStroke stroke)Encode a KeyStroke into a StringComponentgetControls()GUI interface for setting the option in an editing windowstatic StringgetString(KeyStroke k)A plain text representation of a KeyStroke.StringgetValueString()voidkeyPressed(KeyEvent e)voidkeyReleased(KeyEvent e)StringkeyToString()voidkeyTyped(KeyEvent e)voidsetValue(Object o)Set the Object valuevoidsetValue(String s)Set the Object value from a StringMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Constructor Details
-
HotKeyConfigurer
-
HotKeyConfigurer
-
-
Method Details
-
setValue
Description copied from class:ConfigurerSet the Object value- Overrides:
setValuein classConfigurer
-
keyToString
-
getValueString
- Specified by:
getValueStringin classConfigurer- Returns:
- a String representation of the Object value
-
setValue
Description copied from class:ConfigurerSet the Object value from a String- Specified by:
setValuein classConfigurer
-
getControls
Description copied from class:ConfigurerGUI interface for setting the option in an editing window- Specified by:
getControlsin classConfigurer
-
keyTyped
- Specified by:
keyTypedin interfaceKeyListener
-
keyPressed
- Specified by:
keyPressedin interfaceKeyListener
-
keyReleased
- Specified by:
keyReleasedin interfaceKeyListener
-
getString
A plain text representation of a KeyStroke. Doesn't differ much fromKeyEvent.getKeyText(int) -
decode
Decode a String into a KeyStroke -
encode
Encode a KeyStroke into a String
-