Uses of Class
org.aesh.terminal.Attributes
Packages that use Attributes
-
Uses of Attributes in org.aesh.terminal
Fields in org.aesh.terminal declared as AttributesMethods in org.aesh.terminal that return AttributesModifier and TypeMethodDescriptionAbstractConnection.attributes()Connection.attributes()Get the current terminal attributes.default AttributesConnection.enterRawMode()Enter raw mode for the terminal.Terminal.getAttributes()Get the terminal attributes.Methods in org.aesh.terminal with parameters of type AttributesModifier and TypeMethodDescriptionvoidAttributes.copy(Attributes attributes) Copies all attributes from another Attributes instance.voidAbstractConnection.setAttributes(Attributes attr) voidConnection.setAttributes(Attributes attr) Set the terminal attributes.voidTerminal.setAttributes(Attributes attr) Set the terminal attributes.Constructors in org.aesh.terminal with parameters of type AttributesModifierConstructorDescriptionAttributes(Attributes attr) Creates a new Attributes instance by copying from another.EventDecoder(Attributes attributes) Create a new EventDecoder using control characters from terminal attributes.