Uses of Enum
org.jline.terminal.Attributes.ControlChar
Packages that use Attributes.ControlChar
-
Uses of Attributes.ControlChar in org.jline.terminal
Fields in org.jline.terminal with type parameters of type Attributes.ControlCharModifier and TypeFieldDescription(package private) final EnumMap<Attributes.ControlChar,
Integer> Attributes.cchars
Methods in org.jline.terminal that return Attributes.ControlCharModifier and TypeMethodDescriptionstatic Attributes.ControlChar
Returns the enum constant of this type with the specified name.static Attributes.ControlChar[]
Attributes.ControlChar.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.terminal that return types with arguments of type Attributes.ControlCharMethods in org.jline.terminal with parameters of type Attributes.ControlCharModifier and TypeMethodDescriptionprivate String
Attributes.display
(Attributes.ControlChar c) int
Attributes.getControlChar
(Attributes.ControlChar c) void
Attributes.setControlChar
(Attributes.ControlChar c, int value) Method parameters in org.jline.terminal with type arguments of type Attributes.ControlCharModifier and TypeMethodDescriptionvoid
Attributes.setControlChars
(EnumMap<Attributes.ControlChar, Integer> chars)