Class KeyAdapterTerminal

java.lang.Object
java.awt.event.KeyAdapter
com.jsql.view.swing.shell.KeyAdapterTerminal
All Implemented Interfaces:
KeyListener, EventListener

public class KeyAdapterTerminal extends KeyAdapter
Keyboard key processing for terminal.
  • Constructor Details

    • KeyAdapterTerminal

      public KeyAdapterTerminal(AbstractShell terminal)
      Create a keyboard processor for a terminal.
      Parameters:
      terminal - Terminal where keys are processed
  • Method Details