Uses of Interface
com.googlecode.lanterna.gui2.TextGUIThread
-
Packages that use TextGUIThread Package Description com.googlecode.lanterna.gui2 -
-
Uses of TextGUIThread in com.googlecode.lanterna.gui2
Subinterfaces of TextGUIThread in com.googlecode.lanterna.gui2 Modifier and Type Interface Description interfaceAsynchronousTextGUIThreadExtended interface of TextGUIThread for implementations that uses a separate thread for all GUI event processing and updating.Classes in com.googlecode.lanterna.gui2 that implement TextGUIThread Modifier and Type Class Description classAbstractTextGUIThreadAbstract implementation ofTextGUIThreadwith common logic for both available concrete implementations.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.Fields in com.googlecode.lanterna.gui2 declared as TextGUIThread Modifier and Type Field Description private TextGUIThreadAbstractTextGUI. textGUIThreadMethods in com.googlecode.lanterna.gui2 that return TextGUIThread Modifier and Type Method Description TextGUIThreadSameTextGUIThread.Factory. createTextGUIThread(TextGUI textGUI)TextGUIThreadSeparateTextGUIThread.Factory. createTextGUIThread(TextGUI textGUI)TextGUIThreadTextGUIThreadFactory. createTextGUIThread(TextGUI textGUI)Creates a newTextGUIThreadobjectsTextGUIThreadAbstractTextGUI. getGUIThread()TextGUIThreadTextGUI. getGUIThread()The first time this method is called, it will create a new TextGUIThread object that you can use to automatically manage this TextGUI instead of manually callingprocessInput()andupdateScreen().
-