Package net.ontopia.topicmaps.viz
Class KeyInputManager
java.lang.Object
net.ontopia.topicmaps.viz.KeyInputManager
- All Implemented Interfaces:
ContainerListener,KeyListener,EventListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VizControllerprotected static final intprotected static final intprotected VizPanel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidkeyPressed(KeyEvent keyEvent) voidkeyReleased(KeyEvent keyEvent) void
-
Field Details
-
controller
-
vpanel
-
KEY_MODIFIER
protected static final int KEY_MODIFIER -
KEY_MASK
protected static final int KEY_MASK
-
-
Constructor Details
-
KeyInputManager
-
-
Method Details
-
keyPressed
- Specified by:
keyPressedin interfaceKeyListener
-
keyReleased
- Specified by:
keyReleasedin interfaceKeyListener
-
keyTyped
- Specified by:
keyTypedin interfaceKeyListener
-
componentAdded
- Specified by:
componentAddedin interfaceContainerListener
-
componentRemoved
- Specified by:
componentRemovedin interfaceContainerListener
-