Uses of Enum Class
org.jline.terminal.Attributes.ControlChar
Packages that use Attributes.ControlChar
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
-
Uses of Attributes.ControlChar in org.jline.terminal
Methods in org.jline.terminal that return Attributes.ControlCharModifier and TypeMethodDescriptionstatic Attributes.ControlCharReturns the enum constant of this class with the specified name.static Attributes.ControlChar[]Attributes.ControlChar.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.terminal that return types with arguments of type Attributes.ControlCharModifier and TypeMethodDescriptionAttributes.getControlChars()Returns the map of control characters and their values.Methods in org.jline.terminal with parameters of type Attributes.ControlCharModifier and TypeMethodDescriptionintAttributes.getControlChar(Attributes.ControlChar c) Returns the value of a specific control character.voidAttributes.setControlChar(Attributes.ControlChar c, int value) Sets a specific control character to the specified value.Method parameters in org.jline.terminal with type arguments of type Attributes.ControlCharModifier and TypeMethodDescriptionvoidAttributes.setControlChars(EnumMap<Attributes.ControlChar, Integer> chars) Sets the control characters to the specified map of values.