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 classDefault factory class forSameTextGUIThread, you need to pass this to theTextGUIconstructor if you want it to use this classstatic classFactory class for creating SeparateTextGUIThread objectsConstructors in com.googlecode.lanterna.gui2 with parameters of type TextGUIThreadFactoryModifierConstructorDescriptionprotectedAbstractTextGUI(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.