Module com.googlecode.lanterna
Package com.googlecode.lanterna.terminal.swing
package com.googlecode.lanterna.terminal.swing
-
ClassDescriptionThis 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.This class is similar to what SwingTerminal used to be before Lanterna 3.0; a Frame that contains a terminal emulator.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 is a AWT Container that carries anAWTTerminal
with a scrollbar, effectively implementing a pseudo-terminal with scrollback history.This is a Swing JComponent that carries aSwingTerminal
with a scrollbar, effectively implementing a pseudo-terminal with scrollback history.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.Implementation ofTerminalScrollController
that does nothing