Uses of Interface
com.googlecode.lanterna.gui2.TextGUI
Packages that use TextGUI
-
Uses of TextGUI in com.googlecode.lanterna.gui2
Subinterfaces of TextGUI in com.googlecode.lanterna.gui2Modifier and TypeInterfaceDescriptioninterface
Extension 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 TextGUIModifier and TypeClassDescriptionclass
This abstract implementation of TextGUI contains some basic management of the underlying Screen and other common code that can be shared between different implementations.class
This 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 TextGUIModifier and TypeFieldDescriptionprotected final TextGUI
AbstractTextGUIThread.textGUI
private final TextGUI
DefaultTextGUIGraphics.textGUI
Methods in com.googlecode.lanterna.gui2 that return TextGUIModifier and TypeMethodDescriptionAbstractBasePane.ContentHolder.getTextGUI()
AbstractComponent.getTextGUI()
BasePane.getTextGUI()
Returns the TextGUI this BasePane belongs to ornull
if none.Component.getTextGUI()
Returns the TextGUI that this component is currently part of.DefaultTextGUIGraphics.getTextGUI()
TextGUIGraphics.getTextGUI()
Returns theTextGUI
thisTextGUIGraphics
belongs toMethods in com.googlecode.lanterna.gui2 with parameters of type TextGUIModifier and TypeMethodDescriptionSameTextGUIThread.Factory.createTextGUIThread
(TextGUI textGUI) SeparateTextGUIThread.Factory.createTextGUIThread
(TextGUI textGUI) TextGUIThreadFactory.createTextGUIThread
(TextGUI textGUI) Creates a newTextGUIThread
objectsboolean
TextGUI.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.void
WindowPostRenderer.postRender
(ThemedTextGraphics textGraphics, TextGUI textGUI, Window window) Called by DefaultWindowTextGUI immediately after a Window has been rendered, to let you do post-processing.void
WindowShadowRenderer.postRender
(ThemedTextGraphics textGraphics, TextGUI textGUI, Window window) Constructors in com.googlecode.lanterna.gui2 with parameters of type TextGUIModifierConstructorDescriptionAbstractTextGUIThread
(TextGUI textGUI) Sets up thisAbstractTextGUIThread
for operations on the suppliesTextGUI
(package private)
DefaultTextGUIGraphics
(TextGUI textGUI, TextGraphics backend) private
SameTextGUIThread
(TextGUI textGUI) private
SeparateTextGUIThread
(TextGUI textGUI)