Class RecursiveKeyListener
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.RecursiveListener
-
- org.locationtech.jts.jump.workbench.ui.RecursiveKeyListener
-
- All Implemented Interfaces:
ContainerListener,KeyListener,EventListener
public abstract class RecursiveKeyListener extends RecursiveListener implements KeyListener
RecursiveListenerextended 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 voidaddListenerTo(Component comp)voidremoveListenerFrom(Component comp)-
Methods inherited from class org.locationtech.jts.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:
addListenerToin classRecursiveListener
-
removeListenerFrom
public void removeListenerFrom(Component comp)
- Specified by:
removeListenerFromin classRecursiveListener
-
-