Class SwingTerminal.TerminalComponent

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.jline.builtins.SwingTerminal.TerminalComponent
All Implemented Interfaces:
KeyListener, ImageObserver, MenuContainer, Serializable, EventListener, Sized
Enclosing class:
SwingTerminal

public static class SwingTerminal.TerminalComponent extends JComponent implements KeyListener, Sized
JComponent that renders the terminal display. This is the inner class that contains the original ScreenTerminal-based implementation.
See Also: