Package VASSAL.build.module
Class Inventory.HotKeySender
java.lang.Object
VASSAL.build.module.Inventory.HotKeySender
- All Implemented Interfaces:
KeyListener
,EventListener
- Enclosing class:
- Inventory
public class Inventory.HotKeySender extends Object implements KeyListener
-
Constructor Summary
Constructors Constructor Description HotKeySender()
-
Method Summary
Modifier and Type Method Description protected Command
getCommand(Inventory.CounterNode node, KeyStroke stroke)
void
keyCommand(KeyStroke stroke)
void
keyPressed(KeyEvent e)
void
keyReleased(KeyEvent e)
void
keyTyped(KeyEvent e)
-
Constructor Details
-
HotKeySender
public HotKeySender()
-
-
Method Details
-
keyCommand
-
getCommand
-
keyPressed
- Specified by:
keyPressed
in interfaceKeyListener
-
keyReleased
- Specified by:
keyReleased
in interfaceKeyListener
-
keyTyped
- Specified by:
keyTyped
in interfaceKeyListener
-