Uses of Interface
com.googlecode.lanterna.gui2.TextGUIThreadFactory
-
Packages that use TextGUIThreadFactory Package Description com.googlecode.lanterna.gui2 -
-
Uses of TextGUIThreadFactory in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement TextGUIThreadFactory Modifier and Type Class Description static class
SameTextGUIThread.Factory
Default factory class forSameTextGUIThread
, you need to pass this to theTextGUI
constructor if you want it to use this classstatic class
SeparateTextGUIThread.Factory
Factory class for creating SeparateTextGUIThread objectsConstructors in com.googlecode.lanterna.gui2 with parameters of type TextGUIThreadFactory Constructor Description 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.
-