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