Uses of Interface
com.googlecode.lanterna.gui2.TextGUIThreadFactory
Packages that use TextGUIThreadFactory
-
Uses of TextGUIThreadFactory in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement TextGUIThreadFactoryModifier and TypeClassDescriptionstatic class
Default factory class forSameTextGUIThread
, you need to pass this to theTextGUI
constructor if you want it to use this classstatic class
Factory class for creating SeparateTextGUIThread objectsConstructors in com.googlecode.lanterna.gui2 with parameters of type TextGUIThreadFactoryModifierConstructorDescriptionprotected
AbstractTextGUI
(TextGUIThreadFactory textGUIThreadFactory, Screen screen) Constructor forAbstractTextGUI
that requires aScreen
and a factory for creating the GUI threadMultiWindowTextGUI
(TextGUIThreadFactory guiThreadFactory, Screen screen) Creates a newMultiWindowTextGUI
that uses the specifiedScreen
as the backend for all drawing operations.MultiWindowTextGUI
(TextGUIThreadFactory guiThreadFactory, Screen screen, WindowManager windowManager) Creates a newMultiWindowTextGUI
that uses the specifiedScreen
as the backend for all drawing operations.MultiWindowTextGUI
(TextGUIThreadFactory guiThreadFactory, Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background) Creates a newMultiWindowTextGUI
that uses the specifiedScreen
as the backend for all drawing operations.