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 classSameTextGUIThreadThisTextGUIThreadimplementation is assuming the GUI event thread will be the same as the thread that creates theTextGUIobjects.classSeparateTextGUIThreadDefault implementation of TextGUIThread, this class runs the GUI event processing on a dedicated thread.
-