Package | Description |
---|---|
com.googlecode.lanterna.terminal | |
com.googlecode.lanterna.terminal.swing |
Class and Description |
---|
AWTTerminalFontConfiguration
This class encapsulates the font information used by an
AWTTerminal . |
AWTTerminalFrame
This class is similar to what SwingTerminal used to be before Lanterna 3.0; a Frame that contains a terminal
emulator.
|
SwingTerminalFrame
This class is similar to what SwingTerminal used to be before Lanterna 3.0; a JFrame that contains a terminal
emulator.
|
TerminalEmulatorAutoCloseTrigger
This enum stored various ways the AWTTerminalFrame and SwingTerminalFrame can automatically close (hide and dispose)
themselves when a certain condition happens.
|
TerminalEmulatorColorConfiguration
Color configuration settings to be using with SwingTerminal.
|
TerminalEmulatorDeviceConfiguration
Object that encapsulates the configuration parameters for the terminal 'device' that a SwingTerminal is emulating.
|
Class and Description |
---|
AWTTerminalFontConfiguration
This class encapsulates the font information used by an
AWTTerminal . |
AWTTerminalFontConfiguration.BoldMode
Controls how the SGR bold will take effect when enabled on a character.
|
SwingTerminalFontConfiguration
Font configuration class for
SwingTerminal that is extending from AWTTerminalFontConfiguration |
TerminalEmulatorAutoCloseTrigger
This enum stored various ways the AWTTerminalFrame and SwingTerminalFrame can automatically close (hide and dispose)
themselves when a certain condition happens.
|
TerminalEmulatorColorConfiguration
Color configuration settings to be using with SwingTerminal.
|
TerminalEmulatorDeviceConfiguration
Object that encapsulates the configuration parameters for the terminal 'device' that a SwingTerminal is emulating.
|
TerminalEmulatorDeviceConfiguration.CursorStyle
Different cursor styles supported by SwingTerminal
|
TerminalEmulatorPalette
This class specifies the palette of colors the terminal will use for the normally available 8 + 1 ANSI colors but
also their 'bright' versions with are normally enabled through bold mode.
|
TerminalScrollController
This interface can be used to control the backlog scrolling of a SwingTerminal.
|
Copyright © 2016. All rights reserved.