net.ontopia.topicmaps.viz
Class KeyInputManager
java.lang.Object
net.ontopia.topicmaps.viz.KeyInputManager
- All Implemented Interfaces:
- ContainerListener, KeyListener, EventListener
public class KeyInputManager
- extends Object
- implements KeyListener, ContainerListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
controller
protected VizController controller
vpanel
protected VizPanel vpanel
KEY_MODIFIER
protected static final int KEY_MODIFIER
KEY_MASK
protected static final int KEY_MASK
KeyInputManager
public KeyInputManager(VizController controller)
keyPressed
public void keyPressed(KeyEvent keyEvent)
- Specified by:
keyPressed
in interface KeyListener
keyReleased
public void keyReleased(KeyEvent keyEvent)
- Specified by:
keyReleased
in interface KeyListener
keyTyped
public void keyTyped(KeyEvent keyEvent)
- Specified by:
keyTyped
in interface KeyListener
componentAdded
public void componentAdded(ContainerEvent e)
- Specified by:
componentAdded
in interface ContainerListener
componentRemoved
public void componentRemoved(ContainerEvent e)
- Specified by:
componentRemoved
in interface ContainerListener
Copyright © 2000-2012 Ontopia.