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 classSameTextGUIThread.FactoryDefault factory class forSameTextGUIThread, you need to pass this to theTextGUIconstructor if you want it to use this classstatic classSeparateTextGUIThread.FactoryFactory class for creating SeparateTextGUIThread objectsConstructors in com.googlecode.lanterna.gui2 with parameters of type TextGUIThreadFactory Constructor Description AbstractTextGUI(TextGUIThreadFactory textGUIThreadFactory, Screen screen)Constructor forAbstractTextGUIthat requires aScreenand a factory for creating the GUI threadMultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory, Screen screen)Creates a newMultiWindowTextGUIthat uses the specifiedScreenas the backend for all drawing operations.MultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory, Screen screen, WindowManager windowManager)Creates a newMultiWindowTextGUIthat uses the specifiedScreenas the backend for all drawing operations.MultiWindowTextGUI(TextGUIThreadFactory guiThreadFactory, Screen screen, WindowManager windowManager, WindowPostRenderer postRenderer, Component background)Creates a newMultiWindowTextGUIthat uses the specifiedScreenas the backend for all drawing operations.
-