Uses of Interface
com.googlecode.lanterna.terminal.TerminalFactory
-
Packages that use TerminalFactory Package Description com.googlecode.lanterna.terminal -
-
Uses of TerminalFactory in com.googlecode.lanterna.terminal
Classes in com.googlecode.lanterna.terminal that implement TerminalFactory Modifier and Type Class Description class
DefaultTerminalFactory
This TerminalFactory implementation uses a simple auto-detection mechanism for figuring out which terminal implementation to create based on characteristics of the system the program is running on.
-