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