Class RecursiveKeyListener
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.RecursiveListener
-
- com.vividsolutions.jump.workbench.ui.RecursiveKeyListener
-
- All Implemented Interfaces:
ContainerListener
,KeyListener
,EventListener
- Direct Known Subclasses:
MultiRecursiveKeyListener
public abstract class RecursiveKeyListener extends RecursiveListener implements KeyListener
RecursiveListener
extended to watch for global function key events.
-
-
Constructor Summary
Constructors Constructor Description RecursiveKeyListener(Component component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addListenerTo(Component comp)
void
removeListenerFrom(Component comp)
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.RecursiveListener
componentAdded, componentRemoved, ignore, listenTo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.awt.event.KeyListener
keyPressed, keyReleased, keyTyped
-
-
-
-
Constructor Detail
-
RecursiveKeyListener
public RecursiveKeyListener(Component component)
-
-
Method Detail
-
addListenerTo
public void addListenerTo(Component comp)
- Specified by:
addListenerTo
in classRecursiveListener
-
removeListenerFrom
public void removeListenerFrom(Component comp)
- Specified by:
removeListenerFrom
in classRecursiveListener
-
-