Uses of Package
com.googlecode.lanterna.terminal.swing
Packages that use com.googlecode.lanterna.terminal.swing
-
Classes in com.googlecode.lanterna.terminal.swing used by com.googlecode.lanterna.terminalClassDescriptionThis class encapsulates the font information used by an
AWTTerminal
.This class is similar to what SwingTerminal used to be before Lanterna 3.0; a Frame that contains a terminal emulator.This class is similar to what SwingTerminal used to be before Lanterna 3.0; a JFrame that contains a terminal emulator.This enum stored various ways the AWTTerminalFrame and SwingTerminalFrame can automatically close (hide and dispose) themselves when a certain condition happens.Color configuration settings to be using with SwingTerminal.Object that encapsulates the configuration parameters for the terminal 'device' that a SwingTerminal is emulating. -
Classes in com.googlecode.lanterna.terminal.swing used by com.googlecode.lanterna.terminal.swingClassDescriptionThis class provides an AWT implementation of the Terminal interface that is an embeddable component you can put into an AWT container.This class encapsulates the font information used by an
AWTTerminal
.Controls how the SGR bold will take effect when enabled on a character.AWT implementation ofGraphicalTerminalImplementation
that contains all the overrides for AWT Created by martin on 08/02/16.This is the class that does the heavy lifting for bothAWTTerminal
andSwingTerminal
.This class provides an Swing implementation of theTerminal
interface that is an embeddable component you can put into a Swing container.Font configuration class forSwingTerminal
that is extending fromAWTTerminalFontConfiguration
This class is similar to what SwingTerminal used to be before Lanterna 3.0; a JFrame that contains a terminal emulator.Concrete implementation ofGraphicalTerminalImplementation
that adapts it to SwingThis enum stored various ways the AWTTerminalFrame and SwingTerminalFrame can automatically close (hide and dispose) themselves when a certain condition happens.Color configuration settings to be using with SwingTerminal.Object that encapsulates the configuration parameters for the terminal 'device' that a SwingTerminal is emulating.Different cursor styles supported by SwingTerminalThis 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.This interface can be used to control the backlog scrolling of a SwingTerminal.