Package | Description |
---|---|
com.googlecode.lanterna.terminal | |
com.googlecode.lanterna.terminal.swing |
Modifier and Type | Method and Description |
---|---|
DefaultTerminalFactory |
DefaultTerminalFactory.setTerminalEmulatorFrameAutoCloseTrigger(TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Sets the auto-close trigger to use on created SwingTerminalFrames created by this factory
|
Modifier and Type | Method and Description |
---|---|
TerminalEmulatorAutoCloseTrigger |
SwingTerminalFrame.getAutoCloseTrigger()
Returns the auto-close trigger used by the SwingTerminalFrame
|
TerminalEmulatorAutoCloseTrigger |
AWTTerminalFrame.getAutoCloseTrigger()
Returns the auto-close trigger used by the AWTTerminalFrame
|
static TerminalEmulatorAutoCloseTrigger |
TerminalEmulatorAutoCloseTrigger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminalEmulatorAutoCloseTrigger[] |
TerminalEmulatorAutoCloseTrigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingTerminalFrame.setAutoCloseTrigger(TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Changes the current auto-close trigger used by this SwingTerminalFrame
|
void |
AWTTerminalFrame.setAutoCloseTrigger(TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Changes the current auto-close trigger used by this AWTTerminalFrame
|
Constructor and Description |
---|
AWTTerminalFrame(String title,
TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Creates a new AWTTerminalFrame with a specified auto-close behaviour and specific title
|
AWTTerminalFrame(String title,
TerminalEmulatorDeviceConfiguration deviceConfiguration,
AWTTerminalFontConfiguration fontConfiguration,
TerminalEmulatorColorConfiguration colorConfiguration,
TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Creates a new AWTTerminalFrame using a specified title and a series of AWT terminal configuration objects
|
AWTTerminalFrame(String title,
TerminalSize terminalSize,
TerminalEmulatorDeviceConfiguration deviceConfiguration,
AWTTerminalFontConfiguration fontConfiguration,
TerminalEmulatorColorConfiguration colorConfiguration,
TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Creates a new AWTTerminalFrame using a specified title and a series of AWT terminal configuration objects
|
AWTTerminalFrame(TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Creates a new AWTTerminalFrame with a specified auto-close behaviour
|
SwingTerminalFrame(String title,
TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Creates a new SwingTerminalFrame with a specified auto-close behaviour and specific title
|
SwingTerminalFrame(String title,
TerminalEmulatorDeviceConfiguration deviceConfiguration,
SwingTerminalFontConfiguration fontConfiguration,
TerminalEmulatorColorConfiguration colorConfiguration,
TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Creates a new SwingTerminalFrame using a specified title and a series of swing terminal configuration objects
|
SwingTerminalFrame(String title,
TerminalSize terminalSize,
TerminalEmulatorDeviceConfiguration deviceConfiguration,
SwingTerminalFontConfiguration fontConfiguration,
TerminalEmulatorColorConfiguration colorConfiguration,
TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Creates a new SwingTerminalFrame using a specified title and a series of swing terminal configuration objects
|
SwingTerminalFrame(TerminalEmulatorAutoCloseTrigger autoCloseTrigger)
Creates a new SwingTerminalFrame with a specified auto-close behaviour
|
Copyright © 2016. All rights reserved.