Package com.jsql.view.swing.shell
Class KeyAdapterTerminal
java.lang.Object
java.awt.event.KeyAdapter
com.jsql.view.swing.shell.KeyAdapterTerminal
- All Implemented Interfaces:
KeyListener
,EventListener
Keyboard key processing for terminal.
-
Constructor Summary
ConstructorDescriptionKeyAdapterTerminal
(AbstractShell terminal) Create a keyboard processor for a terminal. -
Method Summary
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
-
Constructor Details
-
KeyAdapterTerminal
Create a keyboard processor for a terminal.- Parameters:
terminal
- Terminal where keys are processed
-
-
Method Details
-
keyPressed
- Specified by:
keyPressed
in interfaceKeyListener
- Overrides:
keyPressed
in classKeyAdapter
-