Uses of Class
com.googlecode.lanterna.terminal.swing.GraphicalTerminalImplementation
-
Packages that use GraphicalTerminalImplementation Package Description com.googlecode.lanterna.terminal.swing -
-
Uses of GraphicalTerminalImplementation in com.googlecode.lanterna.terminal.swing
Subclasses of GraphicalTerminalImplementation in com.googlecode.lanterna.terminal.swing Modifier and Type Class Description (package private) class
AWTTerminalImplementation
AWT implementation ofGraphicalTerminalImplementation
that contains all the overrides for AWT Created by martin on 08/02/16.(package private) class
SwingTerminalImplementation
Concrete implementation ofGraphicalTerminalImplementation
that adapts it to SwingFields in com.googlecode.lanterna.terminal.swing declared as GraphicalTerminalImplementation Modifier and Type Field Description private GraphicalTerminalImplementation
TerminalInputMethodRequests. terminalImplementation
Constructors in com.googlecode.lanterna.terminal.swing with parameters of type GraphicalTerminalImplementation Constructor Description TerminalInputMethodRequests(java.awt.Component owner, GraphicalTerminalImplementation terminalImplementation)
-