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.autoCloseTriggersMethods 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
Subclasses with type arguments of type TerminalEmulatorAutoCloseTrigger in com.googlecode.lanterna.terminal.swingModifier and TypeClassDescriptionenumThis enum stored various ways the AWTTerminalFrame and SwingTerminalFrame can automatically close (hide and dispose) themselves when a certain condition happens.Fields in com.googlecode.lanterna.terminal.swing with type parameters of type TerminalEmulatorAutoCloseTriggerModifier and TypeFieldDescriptionprivate final EnumSet<TerminalEmulatorAutoCloseTrigger> AWTTerminalFrame.autoCloseTriggersprivate final EnumSet<TerminalEmulatorAutoCloseTrigger> SwingTerminalFrame.autoCloseTriggersMethods 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 TypeMethodDescriptionvoidAWTTerminalFrame.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 triggersprivateAWTTerminalFrame(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 triggersprivateSwingTerminalFrame(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