- AbstractBorder - Class in com.googlecode.lanterna.gui2
-
- AbstractBorder() - Constructor for class com.googlecode.lanterna.gui2.AbstractBorder
-
- AbstractComponent - Class in com.googlecode.lanterna.gui.component
-
Deprecated.
- AbstractComponent() - Constructor for class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- AbstractComponent - Class in com.googlecode.lanterna.gui2
-
- AbstractComponent() - Constructor for class com.googlecode.lanterna.gui2.AbstractComponent
-
- AbstractContainer - Class in com.googlecode.lanterna.gui.component
-
Deprecated.
- AbstractContainer() - Constructor for class com.googlecode.lanterna.gui.component.AbstractContainer
-
Deprecated.
- AbstractContainer - Class in com.googlecode.lanterna.gui2
-
Abstract base implementation of Container that extends from AbstractComponent.
- AbstractContainer() - Constructor for class com.googlecode.lanterna.gui2.AbstractContainer
-
- AbstractInteractableComponent - Class in com.googlecode.lanterna.gui.component
-
Deprecated.
- AbstractInteractableComponent() - Constructor for class com.googlecode.lanterna.gui.component.AbstractInteractableComponent
-
Deprecated.
- AbstractInteractableComponent<T extends InteractableRenderer> - Class in com.googlecode.lanterna.gui2
-
Default implementation of Interactable that extends from AbstractComponent.
- AbstractInteractableComponent() - Constructor for class com.googlecode.lanterna.gui2.AbstractInteractableComponent
-
- AbstractInteractableComposite - Class in com.googlecode.lanterna.gui2
-
Default implementation of InteractableContainer that extends from AbstractContainer.
- AbstractInteractableComposite() - Constructor for class com.googlecode.lanterna.gui2.AbstractInteractableComposite
-
- AbstractListBox - Class in com.googlecode.lanterna.gui.component
-
Deprecated.
- AbstractListBox() - Constructor for class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- AbstractListBox(TerminalSize) - Constructor for class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- AbstractListBox - Class in com.googlecode.lanterna.gui2
-
Base class for several list box implementations, this will handle the list of items and the scrollbar for you
- AbstractListBox() - Constructor for class com.googlecode.lanterna.gui2.AbstractListBox
-
- AbstractListBox(TerminalSize) - Constructor for class com.googlecode.lanterna.gui2.AbstractListBox
-
- AbstractListBox.DefaultListBoxRenderer - Class in com.googlecode.lanterna.gui2
-
- AbstractListBox.DefaultListBoxRenderer() - Constructor for class com.googlecode.lanterna.gui2.AbstractListBox.DefaultListBoxRenderer
-
- AbstractListBox.ListBoxRenderer - Class in com.googlecode.lanterna.gui2
-
- AbstractListBox.ListBoxRenderer() - Constructor for class com.googlecode.lanterna.gui2.AbstractListBox.ListBoxRenderer
-
- AbstractListBox.ListItemRenderer - Class in com.googlecode.lanterna.gui2
-
- AbstractListBox.ListItemRenderer() - Constructor for class com.googlecode.lanterna.gui2.AbstractListBox.ListItemRenderer
-
- AbstractRenderableComponent<T extends ComponentRenderer> - Class in com.googlecode.lanterna.gui2
-
Created by martin on 03/10/14.
- AbstractRenderableComponent() - Constructor for class com.googlecode.lanterna.gui2.AbstractRenderableComponent
-
- AbstractScreen - Class in com.googlecode.lanterna.screen
-
This class implements some of the Screen logic that is not directly tied to the actual implementation of how the
Screen translate to the terminal.
- AbstractScreen(TerminalSize) - Constructor for class com.googlecode.lanterna.screen.AbstractScreen
-
- AbstractScreen(TerminalSize, TextCharacter) - Constructor for class com.googlecode.lanterna.screen.AbstractScreen
-
Creates a new Screen on top of a supplied terminal, will query the terminal for its size.
- AbstractTerminal - Class in com.googlecode.lanterna.terminal
-
Containing a some very fundamental functionality that should be common (and usable) to all terminal implementations.
- AbstractTerminal() - Constructor for class com.googlecode.lanterna.terminal.AbstractTerminal
-
- AbstractTextGraphics - Class in com.googlecode.lanterna.graphics
-
This class hold the default logic for drawing the basic text graphic as exposed by TextGraphic.
- AbstractTextGraphics() - Constructor for class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- AbstractTextGUI - Class in com.googlecode.lanterna.gui2
-
This abstract implementation of TextGUI contains some basic management of the underlying Screen and translates the
input event queue into an abstract method call.
- AbstractTextGUI(Screen) - Constructor for class com.googlecode.lanterna.gui2.AbstractTextGUI
-
- AbstractWindow - Class in com.googlecode.lanterna.gui2
-
Abstract Window implementation that contains much code that is shared between different concrete Window
implementations.
- AbstractWindow() - Constructor for class com.googlecode.lanterna.gui2.AbstractWindow
-
- AbstractWindow(String) - Constructor for class com.googlecode.lanterna.gui2.AbstractWindow
-
- acceptConnection() - Method in class com.googlecode.lanterna.terminal.ansi.TelnetTerminalServer
-
Waits for the next client to connect in to our server and returns a Terminal implementation, TelnetTerminal, that
represents the remote terminal this client is running.
- Action - Interface in com.googlecode.lanterna.gui
-
Deprecated.
- ActionListBox - Class in com.googlecode.lanterna.gui.component
-
Deprecated.
- ActionListBox() - Constructor for class com.googlecode.lanterna.gui.component.ActionListBox
-
Deprecated.
- ActionListBox(TerminalSize) - Constructor for class com.googlecode.lanterna.gui.component.ActionListBox
-
Deprecated.
- ActionListBox - Class in com.googlecode.lanterna.gui2
-
Created by martin on 04/10/14.
- ActionListBox() - Constructor for class com.googlecode.lanterna.gui2.ActionListBox
-
- ActionListBox(TerminalSize) - Constructor for class com.googlecode.lanterna.gui2.ActionListBox
-
- ActionListDialog - Class in com.googlecode.lanterna.gui.dialog
-
Deprecated.
- actionToRunInEventThread - Variable in class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
- activeModifiers - Variable in class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- ActivityIndicator - Class in com.googlecode.lanterna.gui.component
-
Deprecated.
- ActivityIndicator() - Constructor for class com.googlecode.lanterna.gui.component.ActivityIndicator
-
Deprecated.
- add(Interactable) - Method in class com.googlecode.lanterna.gui2.InteractableLookupMap
-
- addAction(Action) - Method in class com.googlecode.lanterna.gui.component.ActionListBox
-
Deprecated.
Adds an action to the list, using toString() of the action as a label
- addAction(String, Action) - Method in class com.googlecode.lanterna.gui.component.ActionListBox
-
Deprecated.
Adds an action to the list, with a specified label
- addBorder(Border, String) - Method in class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- addBorder(Border, String) - Method in interface com.googlecode.lanterna.gui.Component
-
Deprecated.
Surrounds this component with a specified border
- addComponent(Component, LayoutParameter...) - Method in class com.googlecode.lanterna.gui.component.AbstractContainer
-
Deprecated.
- addComponent(Component, LayoutParameter...) - Method in class com.googlecode.lanterna.gui.component.Panel
-
Deprecated.
- addComponent(Component, LayoutParameter...) - Method in interface com.googlecode.lanterna.gui.Container
-
Deprecated.
Adds a new subcomponent to this container.
- addComponent(Component, LayoutParameter...) - Method in class com.googlecode.lanterna.gui.layout.BorderLayout
-
Deprecated.
- addComponent(Component, LayoutParameter...) - Method in interface com.googlecode.lanterna.gui.layout.LayoutManager
-
Deprecated.
Adds a component to the layout manager
- addComponent(Component, LayoutParameter...) - Method in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- addComponent(Component, LayoutParameter...) - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
- addComponent(Component) - Method in class com.googlecode.lanterna.gui2.AbstractBorder
-
- addComponent(Component) - Method in class com.googlecode.lanterna.gui2.AbstractContainer
-
- addComponent(Component) - Method in class com.googlecode.lanterna.gui2.AbstractInteractableComposite
-
- addComponent(Component) - Method in interface com.googlecode.lanterna.gui2.Composite
-
- addComponentListener(ComponentListener) - Method in class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- addComponentListener(ComponentListener) - Method in interface com.googlecode.lanterna.gui.Component
-
Deprecated.
- addContainerListener(ContainerListener) - Method in class com.googlecode.lanterna.gui.component.AbstractContainer
-
Deprecated.
- addContainerListener(ContainerListener) - Method in interface com.googlecode.lanterna.gui.Container
-
Deprecated.
- addContainerListener(ContainerListener) - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
- addEmptyLine() - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
- addFrame(String) - Method in class com.googlecode.lanterna.gui2.AnimatedLabel
-
- addItem(Object) - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- addItem(Object) - Method in class com.googlecode.lanterna.gui.component.CheckBoxList
-
Deprecated.
- addItem(Object) - Method in class com.googlecode.lanterna.gui.component.RadioCheckBoxList
-
Deprecated.
- addItem(Object) - Method in class com.googlecode.lanterna.gui2.AbstractListBox
-
- addItem(Object) - Method in class com.googlecode.lanterna.gui2.ActionListBox
-
- addItem(String, Runnable) - Method in class com.googlecode.lanterna.gui2.ActionListBox
-
- addItem(Object) - Method in class com.googlecode.lanterna.gui2.CheckBoxList
-
- addKeyDecodingProfile(KeyDecodingProfile) - Method in class com.googlecode.lanterna.terminal.ansi.StreamBasedTerminal
-
Adds a KeyDecodingProfile to be used when converting raw user input characters to Key
objects.
- addLine(String) - Method in class com.googlecode.lanterna.gui2.TextBox
-
- addProfile(KeyDecodingProfile) - Method in class com.googlecode.lanterna.input.InputDecoder
-
Adds another key decoding profile to this InputDecoder, which means all patterns from the profile will be used
when decoding input.
- addResizeListener(ResizeListener) - Method in class com.googlecode.lanterna.terminal.AbstractTerminal
-
- addResizeListener(ResizeListener) - Method in class com.googlecode.lanterna.terminal.IOSafeTerminalAdapter
-
- addResizeListener(ResizeListener) - Method in class com.googlecode.lanterna.terminal.swing.ScrollingSwingTerminal
-
- addResizeListener(ResizeListener) - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminal
-
- addResizeListener(ResizeListener) - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalFrame
-
- addResizeListener(ResizeListener) - Method in interface com.googlecode.lanterna.terminal.Terminal
-
Adds a ResizeListener
to be called when the terminal has changed size.
- addResizeRequest(TerminalSize) - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- addRow(Component...) - Method in class com.googlecode.lanterna.gui.component.Table
-
Deprecated.
Adds a new row to this table, using the given components as its cells.
- addShortcut(KeyType, Action) - Method in class com.googlecode.lanterna.gui.component.AbstractContainer
-
Deprecated.
- addShortcut(char, boolean, boolean, Action) - Method in class com.googlecode.lanterna.gui.component.AbstractContainer
-
Deprecated.
- addShortcut(KeyType, Action) - Method in class com.googlecode.lanterna.gui.component.Table
-
Deprecated.
- addShortcut(char, boolean, boolean, Action) - Method in class com.googlecode.lanterna.gui.component.Table
-
Deprecated.
- addShortcut(KeyType, Action) - Method in interface com.googlecode.lanterna.gui.InteractableContainer
-
Deprecated.
Adds a keyboard shortcut to be invoked when the Interactable
component in focus
within this container didn't handle the keyboard event and the event matches the supplied
Key.Kind
.
- addShortcut(char, boolean, boolean, Action) - Method in interface com.googlecode.lanterna.gui.InteractableContainer
-
Deprecated.
Adds a keyboard shortcut to be invoked when the Interactable
component in focus
within this container didn't handle the keyboard event and the event matches the supplied
character and control key status.
- addShortcut(KeyType, Action) - Method in class com.googlecode.lanterna.gui.util.ShortcutHelper
-
Deprecated.
- addShortcut(char, boolean, boolean, Action) - Method in class com.googlecode.lanterna.gui.util.ShortcutHelper
-
Deprecated.
- addStyle(SGR) - Method in class com.googlecode.lanterna.gui2.Label
-
- addWindow(Window) - Method in class com.googlecode.lanterna.gui2.StackedModalWindowManager
-
- addWindow(Window) - Method in interface com.googlecode.lanterna.gui2.WindowManager
-
- addWindowListener(WindowListener) - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
- afterEnteredFocus(Interactable.FocusChangeDirection) - Method in class com.googlecode.lanterna.gui.component.AbstractInteractableComponent
-
Deprecated.
- afterEnteredFocus(Interactable.FocusChangeDirection) - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- afterEnteredFocus(Interactable.FocusChangeDirection) - Method in class com.googlecode.lanterna.gui.component.Button
-
Deprecated.
- afterEnterFocus(Interactable.FocusChangeDirection, Interactable) - Method in class com.googlecode.lanterna.gui2.AbstractInteractableComponent
-
- afterEnterFocus(Interactable.FocusChangeDirection, Interactable) - Method in class com.googlecode.lanterna.gui2.AbstractListBox
-
- afterLeaveFocus(Interactable.FocusChangeDirection, Interactable) - Method in class com.googlecode.lanterna.gui2.AbstractInteractableComponent
-
- afterLeftFocus(Interactable.FocusChangeDirection) - Method in class com.googlecode.lanterna.gui.component.AbstractInteractableComponent
-
Deprecated.
- afterLeftFocus(Interactable.FocusChangeDirection) - Method in class com.googlecode.lanterna.gui.component.Button
-
Deprecated.
- alterTableStructure(int) - Method in class com.googlecode.lanterna.gui.component.Table
-
Deprecated.
- AnimatedLabel - Class in com.googlecode.lanterna.gui2
-
Special kind of label that cycles through a list of texts
- AnimatedLabel(String) - Constructor for class com.googlecode.lanterna.gui2.AnimatedLabel
-
- ANSITerminal - Class in com.googlecode.lanterna.terminal.ansi
-
Class containing graphics code for ANSI compliant text terminals and terminal emulators.
- ANSITerminal(InputStream, OutputStream, Charset) - Constructor for class com.googlecode.lanterna.terminal.ansi.ANSITerminal
-
- appendLine(String) - Method in class com.googlecode.lanterna.gui.component.TextArea
-
Deprecated.
- applyAsBackground(AbstractTerminal) - Method in enum com.googlecode.lanterna.TextColor.ANSI
-
- applyAsBackground(AbstractTerminal) - Method in interface com.googlecode.lanterna.TextColor
-
Apply this color representation as the background color on the specified terminal
- applyAsBackground(AbstractTerminal) - Method in class com.googlecode.lanterna.TextColor.Indexed
-
- applyAsBackground(AbstractTerminal) - Method in class com.googlecode.lanterna.TextColor.RGB
-
- applyAsForeground(AbstractTerminal) - Method in enum com.googlecode.lanterna.TextColor.ANSI
-
- applyAsForeground(AbstractTerminal) - Method in interface com.googlecode.lanterna.TextColor
-
Apply this color representation as the foreground color on the specified terminal
- applyAsForeground(AbstractTerminal) - Method in class com.googlecode.lanterna.TextColor.Indexed
-
- applyAsForeground(AbstractTerminal) - Method in class com.googlecode.lanterna.TextColor.RGB
-
- applyTheme(Theme.Category) - Method in interface com.googlecode.lanterna.gui.TextGraphics
-
Deprecated.
Applies theme-specific settings according to the category supplied.
- applyTheme(Theme.Definition) - Method in interface com.googlecode.lanterna.gui.TextGraphics
-
Deprecated.
Applies theme-specific settings according to the definition supplied.
- applyThemeStyle(ThemeStyle) - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- applyThemeStyle(ThemeStyle) - Method in interface com.googlecode.lanterna.graphics.ThemedTextGraphics
-
Takes a ThemeStyle as applies it to this TextGraphics.
- applyThemeStyle(ThemeStyle) - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- ARROW_DOWN - Static variable in class com.googlecode.lanterna.Symbols
-
↓
- ARROW_LEFT - Static variable in class com.googlecode.lanterna.Symbols
-
←
- ARROW_RIGHT - Static variable in class com.googlecode.lanterna.Symbols
-
→
- ARROW_UP - Static variable in class com.googlecode.lanterna.Symbols
-
↑
- DEFAULT - Static variable in class com.googlecode.lanterna.terminal.swing.SwingTerminalColorConfiguration
-
This is the default settings that is used when you create a new SwingTerminal without specifying any color
configuration.
- DEFAULT - Static variable in class com.googlecode.lanterna.terminal.swing.SwingTerminalDeviceConfiguration
-
This is a static reference to the default terminal device configuration.
- DEFAULT - Static variable in class com.googlecode.lanterna.terminal.swing.SwingTerminalFontConfiguration
-
This is the default font settings that will be used if you don't specify anything
- DEFAULT - Static variable in class com.googlecode.lanterna.terminal.swing.SwingTerminalPalette
-
Default colors the SwingTerminal is using if you don't specify anything
- DEFAULT_CHARACTER - Static variable in interface com.googlecode.lanterna.screen.Screen
-
This is the character Screen implementations should use as a filler is there are areas not set to any particular
character.
- DEFAULT_CHARACTER - Static variable in class com.googlecode.lanterna.TextCharacter
-
- DefaultBackgroundRenderer - Class in com.googlecode.lanterna.gui
-
Deprecated.
- DefaultBackgroundRenderer() - Constructor for class com.googlecode.lanterna.gui.DefaultBackgroundRenderer
-
Deprecated.
Solid-color background with no title
- DefaultBackgroundRenderer(String) - Constructor for class com.googlecode.lanterna.gui.DefaultBackgroundRenderer
-
Deprecated.
Solid-color background with user-specified title
- DefaultKeyDecodingProfile - Class in com.googlecode.lanterna.input
-
This profile attempts to collect as many code combinations as possible without causing any collisions between
patterns.
- DefaultKeyDecodingProfile() - Constructor for class com.googlecode.lanterna.input.DefaultKeyDecodingProfile
-
- DefaultLaidOutComponent - Class in com.googlecode.lanterna.gui.layout
-
Deprecated.
- DefaultLaidOutComponent(Component, TerminalSize, TerminalPosition) - Constructor for class com.googlecode.lanterna.gui.layout.DefaultLaidOutComponent
-
Deprecated.
- DefaultTerminalFactory - Class in com.googlecode.lanterna.terminal
-
This TerminalFactory implementation uses a simple auto-detection mechanism for figuring out which terminal
implementation to create based on characteristics of the system the program is running on.
- DefaultTerminalFactory() - Constructor for class com.googlecode.lanterna.terminal.DefaultTerminalFactory
-
Creates a new DefaultTerminalFactory with all properties set to their defaults
- DefaultTerminalFactory(OutputStream, InputStream, Charset) - Constructor for class com.googlecode.lanterna.terminal.DefaultTerminalFactory
-
Creates a new DefaultTerminalFactory with I/O and character set options customisable.
- DefaultWindowDecorationRenderer - Class in com.googlecode.lanterna.gui2
-
Default window decoration renderer
- DefaultWindowDecorationRenderer() - Constructor for class com.googlecode.lanterna.gui2.DefaultWindowDecorationRenderer
-
- DefaultWindowTextGUI - Class in com.googlecode.lanterna.gui2
-
- DefaultWindowTextGUI(Screen) - Constructor for class com.googlecode.lanterna.gui2.DefaultWindowTextGUI
-
- DefaultWindowTextGUI(Screen, TextColor) - Constructor for class com.googlecode.lanterna.gui2.DefaultWindowTextGUI
-
- DefaultWindowTextGUI(Screen, WindowManager, TextGUIElement) - Constructor for class com.googlecode.lanterna.gui2.DefaultWindowTextGUI
-
- DefaultWindowTextGUI(Screen, WindowManager, WindowPostRenderer, TextGUIElement) - Constructor for class com.googlecode.lanterna.gui2.DefaultWindowTextGUI
-
- deiconify() - Method in class com.googlecode.lanterna.terminal.ansi.ANSITerminal
-
- deiconify() - Method in interface com.googlecode.lanterna.terminal.ExtendedTerminal
-
De-iconifies the terminal, which likely means restoring it from minimized state with most window managers
- delete() - Method in class com.googlecode.lanterna.gui.component.EditArea
-
Deprecated.
Action for "Del" key.
- DialogButtons - Enum in com.googlecode.lanterna.gui.dialog
-
Deprecated.
- DialogResult - Enum in com.googlecode.lanterna.gui.dialog
-
Deprecated.
- DIAMOND - Static variable in class com.googlecode.lanterna.Symbols
-
♦
- DICE - Static variable in class com.googlecode.lanterna.gui.component.SpinningActivityIndicator
-
Deprecated.
Unicode dice characters (not supported by all terminals)
- disableModifiers(SGR...) - Method in class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- disableModifiers(SGR...) - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- disableModifiers(SGR...) - Method in interface com.googlecode.lanterna.graphics.TextGraphics
-
Removes zero or more modifiers from the set of currently active modifiers
- disableModifiers(SGR...) - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- disableSGR(SGR) - Method in class com.googlecode.lanterna.terminal.ansi.ANSITerminal
-
- disableSGR(SGR) - Method in interface com.googlecode.lanterna.terminal.IOSafeTerminal
-
- disableSGR(SGR) - Method in class com.googlecode.lanterna.terminal.IOSafeTerminalAdapter
-
- disableSGR(SGR) - Method in class com.googlecode.lanterna.terminal.swing.ScrollingSwingTerminal
-
- disableSGR(SGR) - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminal
-
- disableSGR(SGR) - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalFrame
-
- disableSGR(SGR) - Method in interface com.googlecode.lanterna.terminal.Terminal
-
Deactivates an SGR
(Selected Graphic Rendition) code which has previously been activated through enableSGR(..)
.
- dispose() - Method in class com.googlecode.lanterna.gui2.AbstractComponent
-
- dispose() - Method in interface com.googlecode.lanterna.gui2.Component
-
Removes the component from its parent and frees up any resources (threads, etc) associated with the component.
- dispose() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalFrame
-
- doAction() - Method in interface com.googlecode.lanterna.gui.Action
-
Deprecated.
- doEventLoop() - Method in class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
- doLayout(TerminalSize, List<Component>) - Method in class com.googlecode.lanterna.gui2.GridLayout
-
- doLayout(TerminalSize, List<Component>) - Method in interface com.googlecode.lanterna.gui2.LayoutManager
-
Given a size constraint, update the location and size of each component in the component list by laying them out
in the available area.
- doLayout(TerminalSize, List<Component>) - Method in class com.googlecode.lanterna.gui2.LinearLayout
-
- doResizeIfNecessary() - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- doResizeIfNecessary() - Method in interface com.googlecode.lanterna.screen.Screen
-
One problem working with Screens is that whenever the terminal is resized, the front and back buffers needs to be
adjusted accordingly and the program should have a chance to figure out what to do with this extra space (or less
space).
- doResizeIfNecessary() - Method in class com.googlecode.lanterna.screen.TerminalScreen
-
- doResizeIfNecessary() - Method in class com.googlecode.lanterna.screen.VirtualScreen
-
- DOUBLE_LINE_BOTTOM_LEFT_CORNER - Static variable in class com.googlecode.lanterna.Symbols
-
╚
- DOUBLE_LINE_BOTTOM_RIGHT_CORNER - Static variable in class com.googlecode.lanterna.Symbols
-
╝
- DOUBLE_LINE_CROSS - Static variable in class com.googlecode.lanterna.Symbols
-
╬
- DOUBLE_LINE_HORIZONTAL - Static variable in class com.googlecode.lanterna.Symbols
-
═
- DOUBLE_LINE_T_DOWN - Static variable in class com.googlecode.lanterna.Symbols
-
╦
- DOUBLE_LINE_T_LEFT - Static variable in class com.googlecode.lanterna.Symbols
-
╣
- DOUBLE_LINE_T_RIGHT - Static variable in class com.googlecode.lanterna.Symbols
-
╠
- DOUBLE_LINE_T_SINGLE_DOWN - Static variable in class com.googlecode.lanterna.Symbols
-
╤
- DOUBLE_LINE_T_SINGLE_LEFT - Static variable in class com.googlecode.lanterna.Symbols
-
╢
- DOUBLE_LINE_T_SINGLE_RIGHT - Static variable in class com.googlecode.lanterna.Symbols
-
╟
- DOUBLE_LINE_T_SINGLE_UP - Static variable in class com.googlecode.lanterna.Symbols
-
╧
- DOUBLE_LINE_T_UP - Static variable in class com.googlecode.lanterna.Symbols
-
╩
- DOUBLE_LINE_TOP_LEFT_CORNER - Static variable in class com.googlecode.lanterna.Symbols
-
╔
- DOUBLE_LINE_TOP_RIGHT_CORNER - Static variable in class com.googlecode.lanterna.Symbols
-
╗
- DOUBLE_LINE_VERTICAL - Static variable in class com.googlecode.lanterna.Symbols
-
║
- doubleLine() - Static method in class com.googlecode.lanterna.gui2.Borders
-
- doubleLine(String) - Static method in class com.googlecode.lanterna.gui2.Borders
-
- DoublePrintingTextGraphics - Class in com.googlecode.lanterna.graphics
-
This TextGraphics implementation wraps another TextGraphics and forwards all operations to it, but with a few
differences.
- DoublePrintingTextGraphics(AbstractTextGraphics) - Constructor for class com.googlecode.lanterna.graphics.DoublePrintingTextGraphics
-
- draw(TextGUIGraphics) - Method in class com.googlecode.lanterna.gui2.AbstractComponent
-
- draw(TextGUIGraphics) - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- draw(TextGUI, TextGUIGraphics, Window) - Method in class com.googlecode.lanterna.gui2.DefaultWindowDecorationRenderer
-
- draw(TextGUIGraphics) - Method in interface com.googlecode.lanterna.gui2.RootContainer
-
Called by the GUI system (or something imitating the GUI system) to draw the root container.
- draw(TextGUIGraphics) - Method in interface com.googlecode.lanterna.gui2.TextGUIElement
-
- draw(TextGUIGraphics) - Method in interface com.googlecode.lanterna.gui2.Window
-
Called by the GUI system (or something imitating the GUI system) to draw the window.
- draw(TextGUI, TextGUIGraphics, Window) - Method in interface com.googlecode.lanterna.gui2.WindowDecorationRenderer
-
Draws the window decorations for a particular window and returns a new TextGraphics that is locked to the inside
of the window decorations
- drawBackground(TextGraphics) - Method in class com.googlecode.lanterna.gui.DefaultBackgroundRenderer
-
Deprecated.
- drawBackground(TextGraphics) - Method in interface com.googlecode.lanterna.gui.GUIScreenBackgroundRenderer
-
Deprecated.
- drawBorder(TextGraphics, TerminalSize, String) - Method in class com.googlecode.lanterna.gui.Border.Bevel
-
Deprecated.
- drawBorder(TextGraphics, TerminalSize, String) - Method in class com.googlecode.lanterna.gui.Border
-
Deprecated.
- drawBorder(TextGraphics, TerminalSize, String) - Method in class com.googlecode.lanterna.gui.Border.Invisible
-
Deprecated.
- drawBorder(TextGraphics, TerminalSize, String) - Method in class com.googlecode.lanterna.gui.Border.Standard
-
Deprecated.
- drawComponent(TextGUIGraphics) - Method in class com.googlecode.lanterna.gui2.AbstractComponent
-
Implement this method to define the logic to draw the component.
- drawComponent(TextGUIGraphics) - Method in class com.googlecode.lanterna.gui2.AbstractContainer
-
- drawComponent(TextGUIGraphics, AbstractListBox) - Method in class com.googlecode.lanterna.gui2.AbstractListBox.DefaultListBoxRenderer
-
- drawComponent(TextGUIGraphics) - Method in class com.googlecode.lanterna.gui2.AbstractRenderableComponent
-
- drawComponent(TextGUIGraphics, Button) - Method in class com.googlecode.lanterna.gui2.Button.DefaultButtonRenderer
-
- drawComponent(TextGUIGraphics, T) - Method in interface com.googlecode.lanterna.gui2.ComponentRenderer
-
- drawComponent(TextGUIGraphics) - Method in class com.googlecode.lanterna.gui2.EmptySpace
-
- drawComponent(TextGUIGraphics, TextBox) - Method in class com.googlecode.lanterna.gui2.TextBox.DefaultTextBoxRenderer
-
- drawDisplay(TextGraphics) - Method in class com.googlecode.lanterna.gui.component.EditArea
-
Deprecated.
- drawFrame(TextGraphics, TerminalSize, TerminalSize) - Method in interface com.googlecode.lanterna.screen.VirtualScreen.FrameRenderer
-
Drawn the 'frame', meaning anything that is outside the viewport (title, scrollbar, etc)
- drawGUI(TextGUIGraphics) - Method in class com.googlecode.lanterna.gui2.AbstractTextGUI
-
- drawGUI(TextGUIGraphics) - Method in class com.googlecode.lanterna.gui2.DefaultWindowTextGUI
-
- drawItem(TextGUIGraphics, AbstractListBox, int, Object, boolean, boolean) - Method in class com.googlecode.lanterna.gui2.AbstractListBox.ListItemRenderer
-
- drawLine(TerminalPosition, TerminalPosition, char) - Method in class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- drawLine(TerminalPosition, TerminalPosition, char) - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- drawLine(TerminalPosition, TerminalPosition, char) - Method in interface com.googlecode.lanterna.graphics.TextGraphics
-
Draws a line from a specified position to a specified position, using a supplied character.
- drawLine(TerminalPosition, TerminalPosition, char) - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- drawRectangle(TerminalPosition, TerminalSize, char) - Method in class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- drawRectangle(TerminalPosition, TerminalSize, char) - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- drawRectangle(TerminalPosition, TerminalSize, char) - Method in interface com.googlecode.lanterna.graphics.TextGraphics
-
Draws the outline of a rectangle with a particular character (and the currently active colors and
modifiers).
- drawRectangle(TerminalPosition, TerminalSize, char) - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- drawString(int, int, String, SGR...) - Method in interface com.googlecode.lanterna.gui.TextGraphics
-
Deprecated.
Draws a string to the terminal, with the first character starting at
specified coordinates and which an option list of styles applied.
- drawTriangle(TerminalPosition, TerminalPosition, TerminalPosition, char) - Method in class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- drawTriangle(TerminalPosition, TerminalPosition, TerminalPosition, char) - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- drawTriangle(TerminalPosition, TerminalPosition, TerminalPosition, char) - Method in interface com.googlecode.lanterna.graphics.TextGraphics
-
Draws the outline of a triangle on the screen, using a supplied character.
- drawTriangle(TerminalPosition, TerminalPosition, TerminalPosition, char) - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- get(TextColor.ANSI, boolean, boolean) - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalPalette
-
Returns the AWT color from this palette given an ANSI color and two hints for if we are looking for a background
color and if we want to use the bright version.
- getActionsToRunInEventThreadQueue() - Method in class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
- getActive() - Method in interface com.googlecode.lanterna.graphics.ThemeDefinition
-
The "active" style of this definition, which can be used when a component is being directly interacted with
- getActiveModifiers() - Method in class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- getActiveModifiers() - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- getActiveModifiers() - Method in interface com.googlecode.lanterna.graphics.TextGraphics
-
Returns all the SGR codes that are currently active in the TextGraphic
- getActiveModifiers() - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- getActiveWindow() - Method in class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
Returns the top window in the window stack, the one which currently has user input focus.
- getActiveWindow() - Method in class com.googlecode.lanterna.gui2.StackedModalWindowManager
-
- getActiveWindow() - Method in interface com.googlecode.lanterna.gui2.WindowManager
-
- getAlignment() - Method in class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- getAlignment() - Method in interface com.googlecode.lanterna.gui.Component
-
Deprecated.
- getAutoCloseTrigger() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalFrame
-
Returns the auto-close trigger used by the SwingTerminalFrame
- getBackBuffer() - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- getBackCharacter(TerminalPosition) - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- getBackCharacter(int, int) - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- getBackCharacter(int, int) - Method in interface com.googlecode.lanterna.screen.Screen
-
Reads a character and its associated meta-data from the back-buffer and returns it encapsulated as a
ScreenCharacter.
- getBackCharacter(TerminalPosition) - Method in interface com.googlecode.lanterna.screen.Screen
-
Reads a character and its associated meta-data from the back-buffer and returns it encapsulated as a
ScreenCharacter.
- getBackground() - Method in interface com.googlecode.lanterna.graphics.ThemeStyle
-
- getBackgroundColor() - Method in class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- getBackgroundColor() - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- getBackgroundColor() - Method in interface com.googlecode.lanterna.graphics.TextGraphics
-
Returns the current background color
- getBackgroundColor() - Method in class com.googlecode.lanterna.gui.component.Label
-
Deprecated.
- getBackgroundColor() - Method in interface com.googlecode.lanterna.gui.TextGraphics
-
Deprecated.
- getBackgroundColor() - Method in class com.googlecode.lanterna.gui2.Label
-
- getBackgroundColor() - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- getBackgroundColor() - Method in class com.googlecode.lanterna.TextCharacter
-
Background color specified for this TextCharacter
- getBackgroundRenderer() - Method in class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
- getBlinkLengthInMilliSeconds() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalDeviceConfiguration
-
Returns the length of a 'blink', which is the interval time a character with the blink SGR enabled with be drawn
with foreground color and background color set to the same.
- getBlue() - Method in class com.googlecode.lanterna.TextColor.Indexed
-
- getBlue() - Method in class com.googlecode.lanterna.TextColor.RGB
-
- getBorder() - Method in class com.googlecode.lanterna.gui.component.Panel
-
Deprecated.
- getBorder() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getBorder() - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
- getBounds(String[], TerminalSize) - Method in class com.googlecode.lanterna.gui2.Label
-
- getBufferIndex() - Method in class com.googlecode.lanterna.gui.component.TextGrid.DataGridCel
-
Deprecated.
- getButtonActive() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getButtonInactive() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getButtonLabelActive() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getButtonLabelInactive() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getCaretPosition() - Method in class com.googlecode.lanterna.gui2.TextBox
-
- getCel(int, int) - Method in class com.googlecode.lanterna.gui.component.TextGrid
-
Deprecated.
- getCharacter(String, char) - Method in interface com.googlecode.lanterna.graphics.ThemeDefinition
-
Retrieves a character from this theme definition by the specified name.
- getCharacter() - Method in class com.googlecode.lanterna.gui.component.TextGrid.DataGridCel
-
Deprecated.
- getCharacter() - Method in class com.googlecode.lanterna.input.KeyStroke
-
For keystrokes of ordinary keys (letters, digits, symbols), this method returns the actual character value of the
key.
- getCharacter() - Method in class com.googlecode.lanterna.TextCharacter
-
The actual character this TextCharacter represents
- getCharStyles() - Method in class com.googlecode.lanterna.gui.component.Label
-
Deprecated.
- getCheckBox() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getCheckBoxSelected() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getCheckedItem() - Method in class com.googlecode.lanterna.gui.component.RadioCheckBoxList
-
Deprecated.
- getCheckedItem() - Method in class com.googlecode.lanterna.gui2.RadioBoxList
-
- getCheckedItemIndex() - Method in class com.googlecode.lanterna.gui.component.RadioCheckBoxList
-
Deprecated.
- getCheckedItemIndex() - Method in class com.googlecode.lanterna.gui2.RadioBoxList
-
- getColor() - Method in class com.googlecode.lanterna.gui2.EmptySpace
-
- getColorConfiguration() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminal
-
Returns the current color configuration.
- getColorIndex() - Method in class com.googlecode.lanterna.TextColor.Indexed
-
Retrieves the exact index of this color.
- getColumn() - Method in class com.googlecode.lanterna.TerminalPosition
-
Returns the index of the column this position is representing, zero indexed (the first column has index 0).
- getColumns() - Method in class com.googlecode.lanterna.TerminalSize
-
- getCompleteFillChar() - Method in class com.googlecode.lanterna.gui.component.ProgressBar
-
Deprecated.
- getComponent() - Method in class com.googlecode.lanterna.gui.layout.DefaultLaidOutComponent
-
Deprecated.
- getComponent() - Method in interface com.googlecode.lanterna.gui.layout.LayoutManager.LaidOutComponent
-
Deprecated.
- getComponentAt(int) - Method in class com.googlecode.lanterna.gui.component.AbstractContainer
-
Deprecated.
- getComponentAt(int) - Method in interface com.googlecode.lanterna.gui.Container
-
Deprecated.
- getComponentAt(int) - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
- getComponentAt(int) - Method in class com.googlecode.lanterna.gui2.AbstractContainer
-
- getComponentAt(int) - Method in interface com.googlecode.lanterna.gui2.Container
-
- getComponentCount() - Method in class com.googlecode.lanterna.gui.component.AbstractContainer
-
Deprecated.
- getComponentCount() - Method in interface com.googlecode.lanterna.gui.Container
-
Deprecated.
- getComponentCount() - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
- getComponentIndex(Component) - Method in class com.googlecode.lanterna.gui2.AbstractContainer
-
- getComponentIndex(Component) - Method in interface com.googlecode.lanterna.gui2.Container
-
- getComponentListeners() - Method in class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- getComponents() - Method in class com.googlecode.lanterna.gui2.AbstractContainer
-
- getContentArea() - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- getContentArea() - Method in interface com.googlecode.lanterna.gui2.RootContainer
-
Returns a container that can be used as the parent for top-level components added to the root container
- getContentArea() - Method in interface com.googlecode.lanterna.gui2.Window
-
Returns a container that can be used as the parent for top-level components added to the window
- getCursorColor() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalDeviceConfiguration
-
What color to draw the text cursor color in
- getCursorLocation() - Method in class com.googlecode.lanterna.gui2.AbstractInteractableComponent
-
- getCursorLocation(AbstractListBox) - Method in class com.googlecode.lanterna.gui2.AbstractListBox.DefaultListBoxRenderer
-
- getCursorLocation() - Method in class com.googlecode.lanterna.gui2.ActionListBox
-
- getCursorLocation(Button) - Method in class com.googlecode.lanterna.gui2.Button.DefaultButtonRenderer
-
- getCursorLocation() - Method in class com.googlecode.lanterna.gui2.Button
-
- getCursorLocation() - Method in interface com.googlecode.lanterna.gui2.Interactable
-
Returns, in local coordinates, where to put the cursor on the screen when this component has focus.
- getCursorLocation(T) - Method in interface com.googlecode.lanterna.gui2.InteractableRenderer
-
- getCursorLocation(TextBox) - Method in class com.googlecode.lanterna.gui2.TextBox.DefaultTextBoxRenderer
-
- getCursorPosition() - Method in class com.googlecode.lanterna.gui2.AbstractTextGUI
-
- getCursorPosition() - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- getCursorPosition() - Method in class com.googlecode.lanterna.gui2.DefaultWindowTextGUI
-
- getCursorPosition() - Method in interface com.googlecode.lanterna.gui2.RootContainer
-
Returns the position of where to put the terminal cursor according to this root container.
- getCursorPosition() - Method in interface com.googlecode.lanterna.gui2.Window
-
Returns the position of where to put the terminal cursor according to this window.
- getCursorPosition() - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- getCursorPosition() - Method in interface com.googlecode.lanterna.screen.Screen
-
A screen implementation typically keeps a location on the screen where the cursor will be placed after drawing
and refreshing the buffers, this method returns that location.
- getCursorStyle() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalDeviceConfiguration
-
Style the text cursor should take
- getCustom(String) - Method in interface com.googlecode.lanterna.graphics.ThemeDefinition
-
Retrieves a custom ThemeStyle, if one is available by this name.
- getData() - Method in class com.googlecode.lanterna.gui.component.EditArea
-
Deprecated.
- getDataBuffer() - Method in class com.googlecode.lanterna.gui.component.TextGrid
-
Deprecated.
- getDataSize() - Method in class com.googlecode.lanterna.gui.component.EditArea
-
Deprecated.
- getDecoratedSize() - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- getDecoratedSize(Window, TerminalSize) - Method in class com.googlecode.lanterna.gui2.DefaultWindowDecorationRenderer
-
- getDecoratedSize() - Method in interface com.googlecode.lanterna.gui2.Window
-
Returns the last known size of the window including window decorations put on by the window manager.
- getDecoratedSize(Window, TerminalSize) - Method in interface com.googlecode.lanterna.gui2.WindowDecorationRenderer
-
Retrieves the full size of the window, including all window decorations, given all components inside the window.
- getDefault() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use
getDefaultStyle()
instead
- getDefaultDefinition() - Method in class com.googlecode.lanterna.graphics.PropertiesTheme
-
- getDefaultDefinition() - Method in interface com.googlecode.lanterna.graphics.Theme
-
Returns what this theme considers to be the default definition
- getDefaultStyle() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
Gets the default style to use when no Category-specific style is set.
- getDefaultTheme() - Static method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
- getDefinition(Class) - Method in class com.googlecode.lanterna.graphics.PropertiesTheme
-
- getDefinition(Class) - Method in interface com.googlecode.lanterna.graphics.Theme
-
Returns the theme definition associated with this class.
- getDefinition(Theme.Category) - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
- getDeviceConfiguration() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminal
-
Returns the current device configuration.
- getDialogEmptyArea() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getDisplayCharacter() - Method in class com.googlecode.lanterna.gui.component.TextGrid.DataGridCel
-
Deprecated.
- getDisplayLine(int, int, int) - Method in class com.googlecode.lanterna.gui.component.TextGrid
-
Deprecated.
- getEditPosition() - Method in class com.googlecode.lanterna.gui.component.TextBox
-
Deprecated.
- getEventTime() - Method in class com.googlecode.lanterna.input.KeyStroke
-
Gets the time when the keystroke was recorded.
- getFillCharacter() - Method in class com.googlecode.lanterna.gui.component.TextBox
-
Deprecated.
- getFocusedInteractable() - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- getFocusedInteractable() - Method in interface com.googlecode.lanterna.gui2.ComponentBasedTextGUI
-
Returns the interactable component currently in focus
- getFocusedInteractable() - Method in class com.googlecode.lanterna.gui2.DefaultWindowTextGUI
-
- getFocusedInteractable() - Method in interface com.googlecode.lanterna.gui2.RootContainer
-
Returns the component in the root container that currently has input focus.
- getFocusedInteractable() - Method in interface com.googlecode.lanterna.gui2.Window
-
Returns the component in the window that currently has input focus.
- getFontConfiguration() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminal
-
Returns the current font configuration.
- getForeground() - Method in interface com.googlecode.lanterna.graphics.ThemeStyle
-
- getForegroundColor() - Method in class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- getForegroundColor() - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- getForegroundColor() - Method in interface com.googlecode.lanterna.graphics.TextGraphics
-
Returns the current foreground color
- getForegroundColor() - Method in interface com.googlecode.lanterna.gui.TextGraphics
-
Deprecated.
- getForegroundColor() - Method in class com.googlecode.lanterna.gui2.Label
-
- getForegroundColor() - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- getForegroundColor() - Method in class com.googlecode.lanterna.TextCharacter
-
Foreground color specified for this TextCharacter
- getFrontBuffer() - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- getFrontCharacter(TerminalPosition) - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- getFrontCharacter(int, int) - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- getFrontCharacter(int, int) - Method in interface com.googlecode.lanterna.screen.Screen
-
Reads a character and its associated meta-data from the front-buffer and returns it encapsulated as a
ScreenCharacter.
- getFrontCharacter(TerminalPosition) - Method in interface com.googlecode.lanterna.screen.Screen
-
Reads a character and its associated meta-data from the front-buffer and returns it encapsulated as a
ScreenCharacter.
- getFrontCharacter(TerminalPosition) - Method in class com.googlecode.lanterna.screen.VirtualScreen
-
- getGreen() - Method in class com.googlecode.lanterna.TextColor.Indexed
-
- getGreen() - Method in class com.googlecode.lanterna.TextColor.RGB
-
- getGUIScreen() - Method in class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- getGUIThread() - Method in class com.googlecode.lanterna.gui2.AbstractTextGUI
-
- getGUIThread() - Method in interface com.googlecode.lanterna.gui2.TextGUI
-
The first time this method is called, it will create a new TextGUIThread object that you can use to automatically
manage this TextGUI instead of manually calling processInput()
and updateScreen()
.
- getHeight() - Method in interface com.googlecode.lanterna.gui.TextGraphics
-
Deprecated.
Height, in rows, of the TextGraphics drawing area.
- getHints() - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- getHints() - Method in interface com.googlecode.lanterna.gui2.Window
-
Returns a set of window hints that can be used by the text gui system, the window manager or any other part that
is interacting with windows.
- getHotspot() - Method in class com.googlecode.lanterna.gui.component.AbstractInteractableComponent
-
Deprecated.
- getHotspot() - Method in class com.googlecode.lanterna.gui.component.ActionListBox
-
Deprecated.
- getHotspot() - Method in interface com.googlecode.lanterna.gui.Interactable
-
Deprecated.
When the component has keyboard focus, this method is called by the GUI
system to figure out where should the cursor be positioned.
- getHotSpotPositionOnLine(int) - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- getHotSpotPositionOnLine(int) - Method in class com.googlecode.lanterna.gui.component.CheckBoxList
-
Deprecated.
- getHotSpotPositionOnLine(int) - Method in class com.googlecode.lanterna.gui.component.RadioCheckBoxList
-
Deprecated.
- getHotSpotPositionOnLine(int) - Method in class com.googlecode.lanterna.gui2.AbstractListBox.ListItemRenderer
-
- getHotSpotPositionOnLine(int) - Method in class com.googlecode.lanterna.gui2.CheckBoxList.CheckBoxListItemRenderer
-
- getHotSpotPositionOnLine(int) - Method in class com.googlecode.lanterna.gui2.RadioBoxList.RadioBoxListItemRenderer
-
- getIndex() - Method in enum com.googlecode.lanterna.TextColor.ANSI
-
- getInnerAreaLocation(int, int) - Method in class com.googlecode.lanterna.gui.Border.Bevel
-
Deprecated.
- getInnerAreaLocation(int, int) - Method in class com.googlecode.lanterna.gui.Border
-
Deprecated.
- getInnerAreaLocation(int, int) - Method in class com.googlecode.lanterna.gui.Border.Invisible
-
Deprecated.
- getInnerAreaLocation(int, int) - Method in class com.googlecode.lanterna.gui.Border.Standard
-
Deprecated.
- getInnerAreaSize(int, int) - Method in class com.googlecode.lanterna.gui.Border.Bevel
-
Deprecated.
- getInnerAreaSize(int, int) - Method in class com.googlecode.lanterna.gui.Border
-
Deprecated.
- getInnerAreaSize(int, int) - Method in class com.googlecode.lanterna.gui.Border.Invisible
-
Deprecated.
- getInnerAreaSize(int, int) - Method in class com.googlecode.lanterna.gui.Border.Standard
-
Deprecated.
- getInputFocusedComponent() - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
- getInsensitive() - Method in interface com.googlecode.lanterna.graphics.ThemeDefinition
-
The insensitive style of this definition, which can be used when a component has been disabled or in some other
way isn't able to be interacted with.
- getItem() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getItemAt(int) - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- getItemAt(int) - Method in class com.googlecode.lanterna.gui2.AbstractListBox
-
- getItemCount() - Method in class com.googlecode.lanterna.gui2.AbstractListBox
-
- getItemSelected() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getKeyType() - Method in class com.googlecode.lanterna.input.KeyStroke
-
Type of key that was pressed on the keyboard, as represented by the KeyType enum.
- getLabel(AbstractListBox, int, Object) - Method in class com.googlecode.lanterna.gui2.AbstractListBox.ListItemRenderer
-
- getLabel() - Method in class com.googlecode.lanterna.gui2.Button
-
- getLabel(AbstractListBox, int, Object) - Method in class com.googlecode.lanterna.gui2.CheckBoxList.CheckBoxListItemRenderer
-
- getLabel(AbstractListBox, int, Object) - Method in class com.googlecode.lanterna.gui2.RadioBoxList.RadioBoxListItemRenderer
-
- getLastKnownSize() - Method in class com.googlecode.lanterna.terminal.SimpleTerminalResizeListener
-
Returns the last known size the Terminal is supposed to have.
- getLastReportedTerminalPosition() - Method in class com.googlecode.lanterna.input.InputDecoder
-
Returns the last position the cursor was reported by the terminal to be at, after a user-triggered cursor report
- getLayoutData() - Method in class com.googlecode.lanterna.gui2.AbstractComponent
-
- getLayoutData() - Method in interface com.googlecode.lanterna.gui2.Component
-
Returns the layout data associated with this component.
- getLayoutManager() - Method in class com.googlecode.lanterna.gui.component.Panel
-
Deprecated.
- getLayoutManager() - Method in class com.googlecode.lanterna.gui2.LayoutManagedContainer
-
- getLine(int) - Method in class com.googlecode.lanterna.gui.component.TextArea
-
Deprecated.
- getLine(int) - Method in class com.googlecode.lanterna.gui2.TextBox
-
- getLineBufferScrollbackSize() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalDeviceConfiguration
-
How many lines of history should be saved so the user can scroll back to them?
- getLineCount() - Method in class com.googlecode.lanterna.gui2.TextBox
-
- getLineLength(int) - Method in class com.googlecode.lanterna.gui.component.TextGrid
-
Deprecated.
- getLines() - Method in class com.googlecode.lanterna.gui.component.Label
-
Deprecated.
- getListItemRenderer() - Method in class com.googlecode.lanterna.gui2.AbstractListBox
-
- getListItemThemeDefinition(Theme) - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- getListItemThemeDefinition(Theme) - Method in class com.googlecode.lanterna.gui.component.ActionListBox
-
Deprecated.
- getListItemThemeDefinition(Theme) - Method in class com.googlecode.lanterna.gui.component.CheckBoxList
-
Deprecated.
- getListItemThemeDefinition(Theme) - Method in class com.googlecode.lanterna.gui.component.RadioCheckBoxList
-
Deprecated.
- getMajorAxis(TerminalSize) - Method in class com.googlecode.lanterna.gui.layout.HorisontalLayout
-
Deprecated.
- getMajorAxis(TerminalSize) - Method in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- getMajorAxis(TerminalSize) - Method in class com.googlecode.lanterna.gui.layout.VerticalLayout
-
Deprecated.
- getMajorGrowingParameter() - Method in class com.googlecode.lanterna.gui.layout.HorisontalLayout
-
Deprecated.
- getMajorGrowingParameter() - Method in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- getMajorGrowingParameter() - Method in class com.googlecode.lanterna.gui.layout.VerticalLayout
-
Deprecated.
- getMajorMaximizesParameter() - Method in class com.googlecode.lanterna.gui.layout.HorisontalLayout
-
Deprecated.
- getMajorMaximizesParameter() - Method in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- getMajorMaximizesParameter() - Method in class com.googlecode.lanterna.gui.layout.VerticalLayout
-
Deprecated.
- getMaximumSize() - Method in class com.googlecode.lanterna.gui.component.TextArea
-
Deprecated.
- getMinimumSize() - Method in class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- getMinimumSize() - Method in interface com.googlecode.lanterna.gui.Component
-
Deprecated.
This method is called by the layout system to figure out what the
absolute minimum size is for this component.
- getMinimumSize() - Method in class com.googlecode.lanterna.gui.component.TextArea
-
Deprecated.
- getMinimumSize() - Method in class com.googlecode.lanterna.screen.VirtualScreen
-
Returns the minimum size this virtual screen can have.
- getMinorAxis(TerminalSize) - Method in class com.googlecode.lanterna.gui.layout.HorisontalLayout
-
Deprecated.
- getMinorAxis(TerminalSize) - Method in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- getMinorAxis(TerminalSize) - Method in class com.googlecode.lanterna.gui.layout.VerticalLayout
-
Deprecated.
- getMinorGrowingParameter() - Method in class com.googlecode.lanterna.gui.layout.HorisontalLayout
-
Deprecated.
- getMinorGrowingParameter() - Method in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- getMinorGrowingParameter() - Method in class com.googlecode.lanterna.gui.layout.VerticalLayout
-
Deprecated.
- getMinorMaximizesParameter() - Method in class com.googlecode.lanterna.gui.layout.HorisontalLayout
-
Deprecated.
- getMinorMaximizesParameter() - Method in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- getMinorMaximizesParameter() - Method in class com.googlecode.lanterna.gui.layout.VerticalLayout
-
Deprecated.
- getModifiers() - Method in class com.googlecode.lanterna.TextCharacter
-
Returns a set of all active modifiers on this TextCharacter
- getNegotiationState() - Method in class com.googlecode.lanterna.terminal.ansi.TelnetTerminal
-
Retrieves the current negotiation state with the client, containing details on what options have been enabled
and what the client has said it supports.
- getNextCharacter(boolean) - Method in class com.googlecode.lanterna.input.InputDecoder
-
Reads and decodes the next key stroke from the input stream
- getNormal() - Method in interface com.googlecode.lanterna.graphics.ThemeDefinition
-
The normal style of the definition, which can be considered the default to be used.
- getNrOfItems() - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- getNrOfRows() - Method in class com.googlecode.lanterna.gui.component.Table
-
Deprecated.
- getNumberOfComponents() - Method in class com.googlecode.lanterna.gui2.AbstractContainer
-
- getNumberOfComponents() - Method in interface com.googlecode.lanterna.gui2.Container
-
- getNumRows() - Method in class com.googlecode.lanterna.gui.component.TextGrid
-
Deprecated.
- getOffset(Window) - Method in class com.googlecode.lanterna.gui2.DefaultWindowDecorationRenderer
-
- getOffset(Window) - Method in interface com.googlecode.lanterna.gui2.WindowDecorationRenderer
-
Returns how much to step right and down from the top left position of the window decorations to the top left
position of the actual window
- getOwner() - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
- getParent() - Method in class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- getParent() - Method in interface com.googlecode.lanterna.gui.Component
-
Deprecated.
- getParent() - Method in class com.googlecode.lanterna.gui2.AbstractComponent
-
- getParent() - Method in interface com.googlecode.lanterna.gui2.TextGUIElement
-
Returns the container which is holding this container, or null
if it's not assigned to anything.
- getPatterns() - Method in class com.googlecode.lanterna.input.DefaultKeyDecodingProfile
-
- getPatterns() - Method in interface com.googlecode.lanterna.input.KeyDecodingProfile
-
Returns a collection of character patterns that makes up this profile
- getPosition() - Method in class com.googlecode.lanterna.gui2.AbstractComponent
-
- getPosition() - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- getPosition() - Method in interface com.googlecode.lanterna.gui2.Component
-
Returns the top-left corner of this component, measured from its parent.
- getPosition() - Method in interface com.googlecode.lanterna.gui2.Window
-
Returns the position of the window, as last specified by the window manager.
- getPreferredSize() - Method in class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- getPreferredSize() - Method in interface com.googlecode.lanterna.gui.Component
-
Deprecated.
This method is called by the layout system to figure out how much space
each component will be assigned.
- getPreferredSize() - Method in class com.googlecode.lanterna.gui.component.PopupCheckBoxList
-
Deprecated.
- getPreferredSize() - Method in class com.googlecode.lanterna.gui.layout.BorderLayout
-
Deprecated.
- getPreferredSize() - Method in interface com.googlecode.lanterna.gui.layout.LayoutManager
-
Deprecated.
Calculates the optimal size of the container this layout manager is
controlling by asking every component controlled by the manager how big
they would like to be.
- getPreferredSize() - Method in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- getPreferredSize() - Method in class com.googlecode.lanterna.gui2.AbstractComponent
-
- getPreferredSize(AbstractListBox) - Method in class com.googlecode.lanterna.gui2.AbstractListBox.DefaultListBoxRenderer
-
- getPreferredSize() - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- getPreferredSize(Button) - Method in class com.googlecode.lanterna.gui2.Button.DefaultButtonRenderer
-
- getPreferredSize() - Method in interface com.googlecode.lanterna.gui2.Component
-
Returns the ideal size this component would like to have, in order to draw itself properly.
- getPreferredSize(T) - Method in interface com.googlecode.lanterna.gui2.ComponentRenderer
-
- getPreferredSize(List<Component>) - Method in class com.googlecode.lanterna.gui2.GridLayout
-
- getPreferredSize(List<Component>) - Method in interface com.googlecode.lanterna.gui2.LayoutManager
-
This method returns the dimensions it would prefer to have to be able to layout all components while giving all
of them as much space as they are asking for.
- getPreferredSize(List<Component>) - Method in class com.googlecode.lanterna.gui2.LinearLayout
-
- getPreferredSize(TextBox) - Method in class com.googlecode.lanterna.gui2.TextBox.DefaultTextBoxRenderer
-
- getPreferredSize() - Method in interface com.googlecode.lanterna.gui2.Window
-
Returns the size this window would like to be
- getPreferredSize() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminal
-
- getPreLight() - Method in interface com.googlecode.lanterna.graphics.ThemeDefinition
-
The pre-light style of this definition, which can be used when a component has input focus but isn't active or
selected, similar to mouse-hoovering in modern GUIs
- getProgress() - Method in class com.googlecode.lanterna.gui.component.ProgressBar
-
Deprecated.
- getRaisedBorder() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getRed() - Method in class com.googlecode.lanterna.TextColor.Indexed
-
- getRed() - Method in class com.googlecode.lanterna.TextColor.RGB
-
- getRemainingFillChar() - Method in class com.googlecode.lanterna.gui.component.ProgressBar
-
Deprecated.
- getRemoteSocketAddress() - Method in class com.googlecode.lanterna.terminal.ansi.TelnetTerminal
-
Returns the socket address for the remote endpoint of the telnet connection
- getRenderer() - Method in interface com.googlecode.lanterna.graphics.ThemeDefinition
-
Returns the class name of the ComponentRenderer attached to this definition.
- getRenderer() - Method in class com.googlecode.lanterna.gui2.AbstractBorder
-
- getRenderer() - Method in class com.googlecode.lanterna.gui2.AbstractRenderableComponent
-
- getResult(List<Character>) - Method in interface com.googlecode.lanterna.input.CharacterPattern
-
Given a list of characters that this pattern is matching, which keystroke does it map to?
- getRootContainer() - Method in class com.googlecode.lanterna.gui2.AbstractComponent
-
- getRootContainer() - Method in interface com.googlecode.lanterna.gui2.TextGUIElement
-
Returns the root container that this container belongs to.
- getRow(int) - Method in class com.googlecode.lanterna.gui.component.Table
-
Deprecated.
- getRow() - Method in class com.googlecode.lanterna.TerminalPosition
-
Returns the index of the row this position is representing, zero indexed (the first row has index 0)
- getRows() - Method in class com.googlecode.lanterna.TerminalSize
-
- getScreen() - Method in class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
Gets the underlying screen, which can be used for starting, stopping,
querying for size and much more
- getScreenBackground() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getScrollingOffset() - Method in interface com.googlecode.lanterna.terminal.swing.TerminalScrollController
-
Called by the SwingTerminal to know the 'offset' into the backlog.
- getScrollingOffset() - Method in class com.googlecode.lanterna.terminal.swing.TerminalScrollController.Null
-
- getSelected() - Method in interface com.googlecode.lanterna.graphics.ThemeDefinition
-
The "selected" style of this definition, which can used when a component has been actively selected in some way.
- getSelectedIndex() - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- getSelectedIndex() - Method in class com.googlecode.lanterna.gui2.AbstractListBox
-
- getSelectedItem() - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- getSelectedItem() - Method in class com.googlecode.lanterna.gui2.AbstractListBox
-
- getSelectedListItemThemeDefinition(Theme) - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- getSelectedListItemThemeDefinition(Theme) - Method in class com.googlecode.lanterna.gui.component.ActionListBox
-
Deprecated.
- getSelectedListItemThemeDefinition(Theme) - Method in class com.googlecode.lanterna.gui.component.CheckBoxList
-
Deprecated.
- getSelectedListItemThemeDefinition(Theme) - Method in class com.googlecode.lanterna.gui.component.RadioCheckBoxList
-
Deprecated.
- getSelectionCharacter() - Method in class com.googlecode.lanterna.gui.component.CheckBox
-
Deprecated.
- getSelectionCharacter() - Method in class com.googlecode.lanterna.gui.component.CommonCheckBox
-
Deprecated.
- getSGRs() - Method in interface com.googlecode.lanterna.graphics.ThemeStyle
-
- getShadow() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getShellCommand() - Method in class com.googlecode.lanterna.terminal.ansi.UnixTerminal
-
- getSize() - Method in class com.googlecode.lanterna.graphics.DoublePrintingTextGraphics
-
- getSize() - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- getSize() - Method in interface com.googlecode.lanterna.graphics.TextGraphics
-
Returns the size of the area that this text graphic can write to.
- getSize() - Method in class com.googlecode.lanterna.gui.component.AbstractListBox
-
Deprecated.
- getSize() - Method in class com.googlecode.lanterna.gui.layout.DefaultLaidOutComponent
-
Deprecated.
- getSize() - Method in interface com.googlecode.lanterna.gui.layout.LayoutManager.LaidOutComponent
-
Deprecated.
- getSize() - Method in interface com.googlecode.lanterna.gui.TextGraphics
-
Deprecated.
Size of the area the TextGraphics
can edit, as a TerminalSize
object,
any attempts to draw outside of this area will be ignored.
- getSize() - Method in class com.googlecode.lanterna.gui2.AbstractComponent
-
- getSize() - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- getSize() - Method in interface com.googlecode.lanterna.gui2.Component
-
Returns how large this component is.
- getSize() - Method in class com.googlecode.lanterna.gui2.InteractableLookupMap
-
- getSize(Window, TerminalPosition, TerminalSize) - Method in class com.googlecode.lanterna.gui2.StackedModalWindowManager
-
- getSize() - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- getSize() - Method in interface com.googlecode.lanterna.gui2.Window
-
Returns the last known size of the window.
- getSize(Window, TerminalPosition, TerminalSize) - Method in interface com.googlecode.lanterna.gui2.WindowManager
-
- getStatus() - Method in interface com.googlecode.lanterna.gui2.TextGUIThread
-
Returns the current status of the GUI thread
- getSTTYCommand() - Method in class com.googlecode.lanterna.terminal.ansi.UnixTerminal
-
- getStyle() - Method in class com.googlecode.lanterna.gui.component.Label
-
Deprecated.
- getSubPanels() - Method in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- getTabBehaviour() - Method in class com.googlecode.lanterna.graphics.AbstractTextGraphics
-
- getTabBehaviour() - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- getTabBehaviour() - Method in interface com.googlecode.lanterna.graphics.TextGraphics
-
Retrieves the current tab behaviour, which is what the TextGraphics will use when expanding \t characters to
spaces.
- getTabBehaviour() - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- getTabBehaviour() - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
Gets the behaviour for what to do about tab characters.
- getTabBehaviour() - Method in interface com.googlecode.lanterna.screen.Screen
-
Gets the behaviour for what to do about tab characters.
- getTabReplacement(int) - Method in enum com.googlecode.lanterna.screen.TabBehaviour
-
Returns the String that can replace a tab at the specified position, according to this TabBehaviour.
- getTerminal() - Method in class com.googlecode.lanterna.screen.TerminalScreen
-
Returns the underlying Terminal
interface that this Screen is using.
- getTerminalSize() - Method in class com.googlecode.lanterna.screen.AbstractScreen
-
- getTerminalSize() - Method in interface com.googlecode.lanterna.screen.Screen
-
Returns the size of the screen.
- getTerminalSize() - Method in class com.googlecode.lanterna.terminal.ansi.ANSITerminal
-
- getTerminalSize() - Method in class com.googlecode.lanterna.terminal.ansi.CygwinTerminal
-
- getTerminalSize() - Method in class com.googlecode.lanterna.terminal.ansi.UnixTerminal
-
- getTerminalSize() - Method in interface com.googlecode.lanterna.terminal.IOSafeTerminal
-
- getTerminalSize() - Method in class com.googlecode.lanterna.terminal.IOSafeTerminalAdapter
-
- getTerminalSize() - Method in class com.googlecode.lanterna.terminal.swing.ScrollingSwingTerminal
-
- getTerminalSize() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminal
-
- getTerminalSize() - Method in class com.googlecode.lanterna.terminal.swing.SwingTerminalFrame
-
- getTerminalSize() - Method in interface com.googlecode.lanterna.terminal.Terminal
-
Returns the size of the terminal, expressed as a TerminalSize
object.
- getText() - Method in class com.googlecode.lanterna.gui.component.Button
-
Deprecated.
- getText() - Method in class com.googlecode.lanterna.gui.component.Label
-
Deprecated.
- getText() - Method in class com.googlecode.lanterna.gui.component.TextBox
-
Deprecated.
- getText() - Method in class com.googlecode.lanterna.gui2.TextBox
-
- getTextBox() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getTextBoxFocused() - Method in class com.googlecode.lanterna.gui.Theme
-
Deprecated.
use getDefinition
instead.
- getTextColor() - Method in class com.googlecode.lanterna.gui.component.Label
-
Deprecated.
- getTextGUI() - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- getTheme() - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- getTheme() - Method in interface com.googlecode.lanterna.gui.TextGraphics
-
Deprecated.
- getThemeDefinition(Class) - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- getThemeDefinition(Class) - Method in interface com.googlecode.lanterna.graphics.ThemedTextGraphics
-
Retrieves the ThemeDefinition associated with the class parameter passed in.
- getThemeDefinition(Class) - Method in class com.googlecode.lanterna.gui2.TextGUIGraphics
-
- getTitle() - Method in class com.googlecode.lanterna.gui.component.Panel
-
Deprecated.
- getTitle() - Method in class com.googlecode.lanterna.gui.component.Table
-
Deprecated.
- getTitle() - Method in class com.googlecode.lanterna.gui.DefaultBackgroundRenderer
-
Deprecated.
- getTitle() - Method in class com.googlecode.lanterna.gui2.AbstractWindow
-
- getTitle() - Method in interface com.googlecode.lanterna.gui2.Window
-
- getTopLeftPosition() - Method in class com.googlecode.lanterna.gui.layout.DefaultLaidOutComponent
-
Deprecated.
- getTopLeftPosition() - Method in interface com.googlecode.lanterna.gui.layout.LayoutManager.LaidOutComponent
-
Deprecated.
- getTopLeftPosition(Window, TerminalSize) - Method in class com.googlecode.lanterna.gui2.StackedModalWindowManager
-
- getTopLeftPosition(Window, TerminalSize) - Method in interface com.googlecode.lanterna.gui2.WindowManager
-
- getTrueWidth(String) - Static method in class com.googlecode.lanterna.CJKUtils
-
Given a string, returns how many columns this string would need to occupy in a terminal, taking into account that
CJK characters takes up two columns.
- getUnderlyingTextGraphics() - Method in class com.googlecode.lanterna.graphics.ImmutableThemedTextGraphics
-
- getViewportOffset() - Method in interface com.googlecode.lanterna.screen.VirtualScreen.FrameRenderer
-
Where in the virtual screen should the top-left position of the viewport be? To draw the viewport from the
top-left position of the screen, return 0x0 (or TerminalPosition.TOP_LEFT_CORNER) here.
- getViewportSize(TerminalSize, TerminalSize) - Method in interface com.googlecode.lanterna.screen.VirtualScreen.FrameRenderer
-
Given the size of the real terminal and the current size of the virtual screen, how large should the viewport
where the screen content is drawn be?
- getWidth() - Method in interface com.googlecode.lanterna.gui.TextGraphics
-
Deprecated.
Width, in columns, of the TextGraphics drawing area.
- getWindow() - Method in class com.googlecode.lanterna.gui.component.AbstractComponent
-
Deprecated.
- getWindow() - Method in interface com.googlecode.lanterna.gui.Component
-
Deprecated.
Returns the window which is directly or indirectly containing this component.
- getWindow() - Method in interface com.googlecode.lanterna.gui2.WindowComponent
-
- getWindowDecorationRenderer(Window) - Method in class com.googlecode.lanterna.gui2.StackedModalWindowManager
-
- getWindowDecorationRenderer(Window) - Method in interface com.googlecode.lanterna.gui2.WindowManager
-
- getWindowManager() - Method in class com.googlecode.lanterna.gui2.DefaultWindowTextGUI
-
- getWindowManager() - Method in interface com.googlecode.lanterna.gui2.WindowBasedTextGUI
-
Returns the window manager that is currently controlling this TextGUI.
- getWindows() - Method in class com.googlecode.lanterna.gui2.StackedModalWindowManager
-
- getWindows() - Method in interface com.googlecode.lanterna.gui2.WindowManager
-
- getWindowSizeOverride() - Method in class com.googlecode.lanterna.gui.Window
-
Deprecated.
Returns the current window size override or null
if none is set
- getWrappedComponent() - Method in class com.googlecode.lanterna.gui2.AbstractBorder
-
- getWrappedComponentSize(TerminalSize) - Method in interface com.googlecode.lanterna.gui2.Border.BorderRenderer
-
Given a total size of the border composite and it's wrapped component, how large would the actual wrapped
component be?
- getWrappedComponentTopLeftOffset() - Method in interface com.googlecode.lanterna.gui2.Border.BorderRenderer
-
How large is the offset from the top left corner of the border to the top left corner of the wrapped component?
- GNOME_TERMINAL - Static variable in class com.googlecode.lanterna.terminal.swing.SwingTerminalPalette
-
Values taken from gnome-terminal on Ubuntu
- GridLayout - Class in com.googlecode.lanterna.gui2
-
Created by martin on 20/09/14.
- GridLayout() - Constructor for class com.googlecode.lanterna.gui2.GridLayout
-
- GROWS_HORIZONTALLY - Static variable in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- GROWS_VERTICALLY - Static variable in class com.googlecode.lanterna.gui.layout.LinearLayout
-
Deprecated.
- GUIScreen - Class in com.googlecode.lanterna.gui
-
Deprecated.
- GUIScreen(Screen) - Constructor for class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
- GUIScreen(Screen, String) - Constructor for class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
- GUIScreen(Screen, GUIScreenBackgroundRenderer) - Constructor for class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
- GUIScreen(Screen, GUIScreenBackgroundRenderer, boolean) - Constructor for class com.googlecode.lanterna.gui.GUIScreen
-
Deprecated.
- GUIScreen.Position - Enum in com.googlecode.lanterna.gui
-
Deprecated.
Where to position a window that is to be put on the screen
- GUIScreenBackgroundRenderer - Interface in com.googlecode.lanterna.gui
-
Deprecated.