Uses of Class
com.googlecode.lanterna.gui2.AbstractTextGUIThread
-
Packages that use AbstractTextGUIThread Package Description com.googlecode.lanterna.gui2 -
-
Uses of AbstractTextGUIThread in com.googlecode.lanterna.gui2
Subclasses of AbstractTextGUIThread in com.googlecode.lanterna.gui2 Modifier and Type Class Description class
SameTextGUIThread
ThisTextGUIThread
implementation is assuming the GUI event thread will be the same as the thread that creates theTextGUI
objects.class
SeparateTextGUIThread
Default implementation of TextGUIThread, this class runs the GUI event processing on a dedicated thread.
-