Uses of Interface
com.googlecode.lanterna.gui2.TextGUI
-
Packages that use TextGUI Package Description com.googlecode.lanterna.gui2 -
-
Uses of TextGUI in com.googlecode.lanterna.gui2
Subinterfaces of TextGUI in com.googlecode.lanterna.gui2 Modifier and Type Interface Description interfaceWindowBasedTextGUIExtension of the TextGUI interface, this is intended as the base interface for any TextGUI that intends to make use of the Window class.Classes in com.googlecode.lanterna.gui2 that implement TextGUI Modifier and Type Class Description classAbstractTextGUIThis abstract implementation of TextGUI contains some basic management of the underlying Screen and other common code that can be shared between different implementations.classMultiWindowTextGUIThis is the main Text GUI implementation built into Lanterna, supporting multiple tiled windows and a dynamic background area that can be fully customized.Fields in com.googlecode.lanterna.gui2 declared as TextGUI Modifier and Type Field Description protected TextGUIAbstractTextGUIThread. textGUIprivate TextGUIDefaultTextGUIGraphics. textGUIMethods in com.googlecode.lanterna.gui2 that return TextGUI Modifier and Type Method Description TextGUIAbstractBasePane.ContentHolder. getTextGUI()TextGUIAbstractComponent. getTextGUI()TextGUIBasePane. getTextGUI()Returns the TextGUI this BasePane belongs to ornullif none.TextGUIComponent. getTextGUI()Returns the TextGUI that this component is currently part of.TextGUIDefaultTextGUIGraphics. getTextGUI()TextGUITextGUIGraphics. getTextGUI()Returns theTextGUIthisTextGUIGraphicsbelongs toMethods in com.googlecode.lanterna.gui2 with parameters of type TextGUI Modifier and Type Method Description TextGUIThreadSameTextGUIThread.Factory. createTextGUIThread(TextGUI textGUI)TextGUIThreadSeparateTextGUIThread.Factory. createTextGUIThread(TextGUI textGUI)TextGUIThreadTextGUIThreadFactory. createTextGUIThread(TextGUI textGUI)Creates a newTextGUIThreadobjectsbooleanTextGUI.Listener. onUnhandledKeyStroke(TextGUI textGUI, KeyStroke keyStroke)Fired either when no component was in focus during a keystroke or if the focused component and all its parent containers chose not to handle the event.voidWindowPostRenderer. postRender(ThemedTextGraphics textGraphics, TextGUI textGUI, Window window)Called by DefaultWindowTextGUI immediately after a Window has been rendered, to let you do post-processing.voidWindowShadowRenderer. postRender(ThemedTextGraphics textGraphics, TextGUI textGUI, Window window)Constructors in com.googlecode.lanterna.gui2 with parameters of type TextGUI Constructor Description AbstractTextGUIThread(TextGUI textGUI)Sets up thisAbstractTextGUIThreadfor operations on the suppliesTextGUIDefaultTextGUIGraphics(TextGUI textGUI, TextGraphics backend)SameTextGUIThread(TextGUI textGUI)SeparateTextGUIThread(TextGUI textGUI)
-