Uses of Enum
com.googlecode.lanterna.terminal.swing.TerminalEmulatorAutoCloseTrigger
Packages that use TerminalEmulatorAutoCloseTrigger
-
Uses of TerminalEmulatorAutoCloseTrigger in com.googlecode.lanterna.terminal
Fields in com.googlecode.lanterna.terminal with type parameters of type TerminalEmulatorAutoCloseTriggerModifier and TypeFieldDescriptionprivate final EnumSet
<TerminalEmulatorAutoCloseTrigger> DefaultTerminalFactory.autoCloseTriggers
Methods in com.googlecode.lanterna.terminal with parameters of type TerminalEmulatorAutoCloseTriggerModifier and TypeMethodDescriptionDefaultTerminalFactory.addTerminalEmulatorFrameAutoCloseTrigger
(TerminalEmulatorAutoCloseTrigger autoCloseTrigger) Adds an auto-close trigger to use on created SwingTerminalFrames created by this factoryDefaultTerminalFactory.setTerminalEmulatorFrameAutoCloseTrigger
(TerminalEmulatorAutoCloseTrigger autoCloseTrigger) Sets the auto-close trigger to use on created SwingTerminalFrames created by this factory. -
Uses of TerminalEmulatorAutoCloseTrigger in com.googlecode.lanterna.terminal.swing
Fields in com.googlecode.lanterna.terminal.swing with type parameters of type TerminalEmulatorAutoCloseTriggerModifier and TypeFieldDescriptionprivate final EnumSet
<TerminalEmulatorAutoCloseTrigger> AWTTerminalFrame.autoCloseTriggers
private final EnumSet
<TerminalEmulatorAutoCloseTrigger> SwingTerminalFrame.autoCloseTriggers
Methods in com.googlecode.lanterna.terminal.swing that return TerminalEmulatorAutoCloseTriggerModifier and TypeMethodDescriptionReturns 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.Methods in com.googlecode.lanterna.terminal.swing that return types with arguments of type TerminalEmulatorAutoCloseTriggerModifier and TypeMethodDescriptionAWTTerminalFrame.getAutoCloseTrigger()
Returns the auto-close triggers used by the AWTTerminalFrameSwingTerminalFrame.getAutoCloseTrigger()
Returns the auto-close triggers used by the SwingTerminalFrameMethods in com.googlecode.lanterna.terminal.swing with parameters of type TerminalEmulatorAutoCloseTriggerModifier and TypeMethodDescriptionvoid
AWTTerminalFrame.addAutoCloseTrigger
(TerminalEmulatorAutoCloseTrigger autoCloseTrigger) SwingTerminalFrame.addAutoCloseTrigger
(TerminalEmulatorAutoCloseTrigger autoCloseTrigger) Adds an auto-close trigger to use on this terminal.SwingTerminalFrame.setAutoCloseTrigger
(TerminalEmulatorAutoCloseTrigger autoCloseTrigger) Sets the auto-close trigger to use on this terminal.Constructors in com.googlecode.lanterna.terminal.swing with parameters of type TerminalEmulatorAutoCloseTriggerModifierConstructorDescriptionAWTTerminalFrame
(TerminalEmulatorAutoCloseTrigger... autoCloseTriggers) Creates a new AWTTerminalFrame with an optional list of auto-close triggersprivate
AWTTerminalFrame
(String title, AWTTerminal awtTerminal, TerminalEmulatorAutoCloseTrigger... autoCloseTrigger) AWTTerminalFrame
(String title, TerminalEmulatorAutoCloseTrigger... autoCloseTriggers) Creates a new AWTTerminalFrame with a given window title and an optional list of auto-close triggersAWTTerminalFrame
(String title, TerminalEmulatorDeviceConfiguration deviceConfiguration, AWTTerminalFontConfiguration fontConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalEmulatorAutoCloseTrigger... autoCloseTriggers) Creates a new AWTTerminalFrame using a specified title and a series of AWT terminal configuration objectsAWTTerminalFrame
(String title, TerminalSize terminalSize, TerminalEmulatorDeviceConfiguration deviceConfiguration, AWTTerminalFontConfiguration fontConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalEmulatorAutoCloseTrigger... autoCloseTriggers) Creates a new AWTTerminalFrame using a specified title and a series of AWT terminal configuration objectsSwingTerminalFrame
(TerminalEmulatorAutoCloseTrigger... autoCloseTriggers) Creates a new SwingTerminalFrame with an optional list of auto-close triggersprivate
SwingTerminalFrame
(String title, SwingTerminal swingTerminal, TerminalEmulatorAutoCloseTrigger... autoCloseTriggers) SwingTerminalFrame
(String title, TerminalEmulatorAutoCloseTrigger... autoCloseTriggers) Creates a new SwingTerminalFrame with a specific title and an optional list of auto-close triggersSwingTerminalFrame
(String title, TerminalEmulatorDeviceConfiguration deviceConfiguration, SwingTerminalFontConfiguration fontConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalEmulatorAutoCloseTrigger... autoCloseTriggers) Creates a new SwingTerminalFrame using a specified title and a series of swing terminal configuration objectsSwingTerminalFrame
(String title, TerminalSize terminalSize, TerminalEmulatorDeviceConfiguration deviceConfiguration, SwingTerminalFontConfiguration fontConfiguration, TerminalEmulatorColorConfiguration colorConfiguration, TerminalEmulatorAutoCloseTrigger... autoCloseTriggers) Creates a new SwingTerminalFrame using a specified title and a series of swing terminal configuration objects