Class SameTextGUIThread.Factory
java.lang.Object
com.googlecode.lanterna.gui2.SameTextGUIThread.Factory
- All Implemented Interfaces:
TextGUIThreadFactory
- Enclosing class:
SameTextGUIThread
Default factory class for
SameTextGUIThread, you need to pass this to the TextGUI constructor if
you want it to use this class-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTextGUIThread(TextGUI textGUI) Creates a newTextGUIThreadobjects
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createTextGUIThread
Description copied from interface:TextGUIThreadFactoryCreates a newTextGUIThreadobjects- Specified by:
createTextGUIThreadin interfaceTextGUIThreadFactory- Parameters:
textGUI-TextGUIthisTextGUIThreadshould be associated with- Returns:
- The new
TextGUIThread
-