Uses of Enum
org.aesh.terminal.Attributes.ControlChar
Packages that use Attributes.ControlChar
-
Uses of Attributes.ControlChar in org.aesh.terminal
Methods in org.aesh.terminal that return Attributes.ControlCharModifier and TypeMethodDescriptionstatic Attributes.ControlCharReturns 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.aesh.terminal that return types with arguments of type Attributes.ControlCharModifier and TypeMethodDescriptionAttributes.getControlChars()Returns the map of control characters.Methods in org.aesh.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 the value of a control character.Method parameters in org.aesh.terminal with type arguments of type Attributes.ControlCharModifier and TypeMethodDescriptionvoidAttributes.setControlChars(EnumMap<Attributes.ControlChar, Integer> chars) Sets the control characters, replacing any existing mappings.