Uses of Class
com.googlecode.lanterna.terminal.swing.TerminalEmulatorDeviceConfiguration.CursorStyle
-
Packages that use TerminalEmulatorDeviceConfiguration.CursorStyle Package Description com.googlecode.lanterna.terminal.swing -
-
Uses of TerminalEmulatorDeviceConfiguration.CursorStyle in com.googlecode.lanterna.terminal.swing
Fields in com.googlecode.lanterna.terminal.swing declared as TerminalEmulatorDeviceConfiguration.CursorStyle Modifier and Type Field Description private TerminalEmulatorDeviceConfiguration.CursorStyle
TerminalEmulatorDeviceConfiguration. cursorStyle
Methods in com.googlecode.lanterna.terminal.swing that return TerminalEmulatorDeviceConfiguration.CursorStyle Modifier and Type Method Description TerminalEmulatorDeviceConfiguration.CursorStyle
TerminalEmulatorDeviceConfiguration. getCursorStyle()
Style the text cursor should takestatic TerminalEmulatorDeviceConfiguration.CursorStyle
TerminalEmulatorDeviceConfiguration.CursorStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TerminalEmulatorDeviceConfiguration.CursorStyle[]
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.CursorStyle Modifier and Type Method Description TerminalEmulatorDeviceConfiguration
TerminalEmulatorDeviceConfiguration. withCursorStyle(TerminalEmulatorDeviceConfiguration.CursorStyle cursorStyle)
Copies the current configuration.Constructors in com.googlecode.lanterna.terminal.swing with parameters of type TerminalEmulatorDeviceConfiguration.CursorStyle Constructor Description TerminalEmulatorDeviceConfiguration(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.
-