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 TypeInterfaceDescriptioninterfaceExtension 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 TypeClassDescriptionclassThis abstract implementation of TextGUI contains some basic management of the underlying Screen and other common code that can be shared between different implementations.classThis 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 TextGUIAbstractTextGUIThread.textGUIprivate final TextGUIDefaultTextGUIGraphics.textGUIMethods in com.googlecode.lanterna.gui2 that return TextGUIModifier and TypeMethodDescriptionAbstractBasePane.ContentHolder.getTextGUI()AbstractComponent.getTextGUI()BasePane.getTextGUI()Returns the TextGUI this BasePane belongs to ornullif none.Component.getTextGUI()Returns the TextGUI that this component is currently part of.DefaultTextGUIGraphics.getTextGUI()TextGUIGraphics.getTextGUI()Returns theTextGUIthisTextGUIGraphicsbelongs 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 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 TextGUIModifierConstructorDescriptionAbstractTextGUIThread(TextGUI textGUI) Sets up thisAbstractTextGUIThreadfor operations on the suppliesTextGUI(package private)DefaultTextGUIGraphics(TextGUI textGUI, TextGraphics backend) privateSameTextGUIThread(TextGUI textGUI) privateSeparateTextGUIThread(TextGUI textGUI)