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) classAWTTerminalImplementationAWT implementation ofGraphicalTerminalImplementationthat contains all the overrides for AWT Created by martin on 08/02/16.(package private) classSwingTerminalImplementationConcrete implementation ofGraphicalTerminalImplementationthat adapts it to SwingFields in com.googlecode.lanterna.terminal.swing declared as GraphicalTerminalImplementation Modifier and Type Field Description private GraphicalTerminalImplementationTerminalInputMethodRequests. terminalImplementationConstructors in com.googlecode.lanterna.terminal.swing with parameters of type GraphicalTerminalImplementation Constructor Description TerminalInputMethodRequests(java.awt.Component owner, GraphicalTerminalImplementation terminalImplementation)
-