freemind.modes.common
Class CommonNodeKeyListener
java.lang.Object
freemind.modes.common.CommonNodeKeyListener
- All Implemented Interfaces:
- java.awt.event.KeyListener, java.util.EventListener
public class CommonNodeKeyListener
- extends java.lang.Object
- implements java.awt.event.KeyListener
The KeyListener which belongs to the node and cares for Events like C-D
(Delete Node). It forwards the requests to NodeController.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonNodeKeyListener
public CommonNodeKeyListener(ModeController controller,
CommonNodeKeyListener.EditHandler editHandler)
keyTyped
public void keyTyped(java.awt.event.KeyEvent e)
- Specified by:
keyTyped
in interface java.awt.event.KeyListener
keyPressed
public void keyPressed(java.awt.event.KeyEvent e)
- Specified by:
keyPressed
in interface java.awt.event.KeyListener
keyReleased
public void keyReleased(java.awt.event.KeyEvent e)
- Specified by:
keyReleased
in interface java.awt.event.KeyListener