Package org.openstreetmap.josm.gui.util
Class MultikeyActionsHandler.MyKeyEventDispatcher
- java.lang.Object
-
- org.openstreetmap.josm.gui.util.MultikeyActionsHandler.MyKeyEventDispatcher
-
- All Implemented Interfaces:
KeyEventDispatcher
- Enclosing class:
- MultikeyActionsHandler
private class MultikeyActionsHandler.MyKeyEventDispatcher extends Object implements KeyEventDispatcher
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MyKeyEventDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
dispatchKeyEvent(KeyEvent e)
private int
getIndex(int lastKey)
-
-
-
Constructor Detail
-
MyKeyEventDispatcher
private MyKeyEventDispatcher()
-
-
Method Detail
-
dispatchKeyEvent
public boolean dispatchKeyEvent(KeyEvent e)
- Specified by:
dispatchKeyEvent
in interfaceKeyEventDispatcher
-
getIndex
private int getIndex(int lastKey)
-
-