Uses of Enum
com.googlecode.lanterna.terminal.swing.TerminalEmulatorDeviceConfiguration.CursorStyle
Packages that use TerminalEmulatorDeviceConfiguration.CursorStyle
-
Uses of TerminalEmulatorDeviceConfiguration.CursorStyle in com.googlecode.lanterna.terminal.swing
Subclasses with type arguments of type TerminalEmulatorDeviceConfiguration.CursorStyle in com.googlecode.lanterna.terminal.swingModifier and TypeClassDescriptionstatic enumDifferent cursor styles supported by SwingTerminalFields in com.googlecode.lanterna.terminal.swing declared as TerminalEmulatorDeviceConfiguration.CursorStyleModifier and TypeFieldDescriptionprivate final TerminalEmulatorDeviceConfiguration.CursorStyleTerminalEmulatorDeviceConfiguration.cursorStyleMethods in com.googlecode.lanterna.terminal.swing that return TerminalEmulatorDeviceConfiguration.CursorStyleModifier and TypeMethodDescriptionTerminalEmulatorDeviceConfiguration.getCursorStyle()Style the text cursor should takeReturns the enum constant of this type with the specified name.TerminalEmulatorDeviceConfiguration.CursorStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.lanterna.terminal.swing with parameters of type TerminalEmulatorDeviceConfiguration.CursorStyleModifier and TypeMethodDescriptionTerminalEmulatorDeviceConfiguration.withCursorStyle(TerminalEmulatorDeviceConfiguration.CursorStyle cursorStyle) Copies the current configuration.Constructors in com.googlecode.lanterna.terminal.swing with parameters of type TerminalEmulatorDeviceConfiguration.CursorStyleModifierConstructorDescriptionTerminalEmulatorDeviceConfiguration(int lineBufferScrollbackSize, int blinkLengthInMilliSeconds, TerminalEmulatorDeviceConfiguration.CursorStyle cursorStyle, TextColor cursorColor, boolean cursorBlinking) Creates a new terminal device configuration object with all configurable values specified.TerminalEmulatorDeviceConfiguration(int lineBufferScrollbackSize, int blinkLengthInMilliSeconds, TerminalEmulatorDeviceConfiguration.CursorStyle cursorStyle, TextColor cursorColor, boolean cursorBlinking, boolean clipboardAvailable) Creates a new terminal device configuration object with all configurable values specified.