Uses of Interface
com.googlecode.lanterna.terminal.swing.TerminalScrollController
Packages that use TerminalScrollController
-
Uses of TerminalScrollController in com.googlecode.lanterna.terminal.swing
Classes in com.googlecode.lanterna.terminal.swing that implement TerminalScrollControllerModifier and TypeClassDescriptionprivate class
private class
static final class
Implementation ofTerminalScrollController
that does nothingFields in com.googlecode.lanterna.terminal.swing declared as TerminalScrollControllerModifier and TypeFieldDescriptionprivate final TerminalScrollController
GraphicalTerminalImplementation.scrollController
Constructors in com.googlecode.lanterna.terminal.swing with parameters of type TerminalScrollControllerModifierConstructorDescriptionAWTTerminal
(TerminalEmulatorDeviceConfiguration deviceConfiguration, AWTTerminalFontConfiguration fontConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalScrollController scrollController) Creates a new AWTTerminal component using custom settings and a custom scroll controller.AWTTerminal
(TerminalScrollController scrollController) Creates a new AWTTerminal with a particular scrolling controller that will be notified when the terminals history size grows and will be called when this class needs to figure out the current scrolling position.AWTTerminal
(TerminalSize initialTerminalSize, TerminalEmulatorDeviceConfiguration deviceConfiguration, AWTTerminalFontConfiguration fontConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalScrollController scrollController) Creates a new AWTTerminal component using custom settings and a custom scroll controller.(package private)
AWTTerminalImplementation
(Component component, AWTTerminalFontConfiguration fontConfiguration, TerminalSize initialTerminalSize, TerminalEmulatorDeviceConfiguration deviceConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalScrollController scrollController) Creates a newAWTTerminalImplementation
(package private)
GraphicalTerminalImplementation
(TerminalSize initialTerminalSize, TerminalEmulatorDeviceConfiguration deviceConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalScrollController scrollController) Creates a new GraphicalTerminalImplementation component using custom settings and a custom scroll controller.SwingTerminal
(TerminalEmulatorDeviceConfiguration deviceConfiguration, SwingTerminalFontConfiguration fontConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalScrollController scrollController) Creates a new SwingTerminal component using custom settings and a custom scroll controller.SwingTerminal
(TerminalScrollController scrollController) Creates a new SwingTerminal with a particular scrolling controller that will be notified when the terminals history size grows and will be called when this class needs to figure out the current scrolling position.SwingTerminal
(TerminalSize initialTerminalSize, TerminalEmulatorDeviceConfiguration deviceConfiguration, SwingTerminalFontConfiguration fontConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalScrollController scrollController) Creates a new SwingTerminal component using custom settings and a custom scroll controller.(package private)
SwingTerminalImplementation
(JComponent component, SwingTerminalFontConfiguration fontConfiguration, TerminalSize initialTerminalSize, TerminalEmulatorDeviceConfiguration deviceConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalScrollController scrollController) Creates a newSwingTerminalImplementation