Class TextEditor.TextFieldKeyHandlerForListSelectionUpDown
- java.lang.Object
-
- java.awt.event.KeyAdapter
-
- com.vividsolutions.jump.workbench.ui.TextEditor.TextFieldKeyHandlerForListSelectionUpDown
-
- All Implemented Interfaces:
KeyListener
,EventListener
- Enclosing class:
- TextEditor
protected class TextEditor.TextFieldKeyHandlerForListSelectionUpDown extends KeyAdapter
-
-
Constructor Summary
Constructors Constructor Description TextFieldKeyHandlerForListSelectionUpDown(JList list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
keyPressed(KeyEvent e)
-
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
-
-
-
-
Constructor Detail
-
TextFieldKeyHandlerForListSelectionUpDown
public TextFieldKeyHandlerForListSelectionUpDown(JList list)
-
-
Method Detail
-
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressed
in interfaceKeyListener
- Overrides:
keyPressed
in classKeyAdapter
-
-