Uses of Class
org.jline.terminal.Attributes
-
Packages that use Attributes Package Description org.jline.terminal JLine Terminal API - Core abstractions for terminal operations across different platforms.org.jline.terminal.impl JLine Terminal implementation classes.org.jline.terminal.impl.exec Implementation of terminal functionality using external command-line utilities.org.jline.terminal.spi JLine Terminal Service Provider Interface (SPI). -
-
Uses of Attributes in org.jline.terminal
Methods in org.jline.terminal that return Attributes Modifier and Type Method Description AttributesTerminal. enterRawMode()Puts the terminal into raw mode.AttributesTerminal. getAttributes()Returns the current terminal attributes.Methods in org.jline.terminal with parameters of type Attributes Modifier and Type Method Description TerminalBuilderTerminalBuilder. attributes(Attributes attributes)Attributes to use when creating a non system terminal, i.e.voidAttributes. copy(Attributes attributes)Copies all settings from another Attributes object to this one.voidTerminal. setAttributes(Attributes attr)Sets the terminal attributes to the specified values.Constructors in org.jline.terminal with parameters of type Attributes Constructor Description Attributes(Attributes attr)Creates a new Attributes instance by copying another Attributes object. -
Uses of Attributes in org.jline.terminal.impl
Fields in org.jline.terminal.impl declared as Attributes Modifier and Type Field Description protected AttributesAbstractWindowsTerminal. attributesprotected AttributesLineDisciplineTerminal. attributesConsole dataprotected AttributesAbstractPosixTerminal. originalAttributesMethods in org.jline.terminal.impl that return Attributes Modifier and Type Method Description AttributesAbstractTerminal. enterRawMode()AttributesAbstractPosixTerminal. getAttributes()AttributesAbstractWindowsTerminal. getAttributes()AttributesDumbTerminal. getAttributes()AttributesLineDisciplineTerminal. getAttributes()Methods in org.jline.terminal.impl with parameters of type Attributes Modifier and Type Method Description protected abstract voidAbstractPty. doSetAttr(Attributes attr)TerminalDumbTerminalProvider. newTerminal(java.lang.String name, java.lang.String type, java.io.InputStream masterInput, java.io.OutputStream masterOutput, java.nio.charset.Charset encoding, java.nio.charset.Charset stdinEncoding, java.nio.charset.Charset stdoutEncoding, java.nio.charset.Charset stderrEncoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size)TerminalDumbTerminalProvider. newTerminal(java.lang.String name, java.lang.String type, java.io.InputStream masterInput, java.io.OutputStream masterOutput, java.nio.charset.Charset encoding, java.nio.charset.Charset inputEncoding, java.nio.charset.Charset outputEncoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size)voidAbstractPty. setAttr(Attributes attr)voidAbstractPosixTerminal. setAttributes(Attributes attr)voidAbstractWindowsTerminal. setAttributes(Attributes attr)voidDumbTerminal. setAttributes(Attributes attr)voidLineDisciplineTerminal. setAttributes(Attributes attr)Constructors in org.jline.terminal.impl with parameters of type Attributes Constructor Description ExternalTerminal(TerminalProvider provider, java.lang.String name, java.lang.String type, java.io.InputStream masterInput, java.io.OutputStream masterOutput, java.nio.charset.Charset encoding, java.nio.charset.Charset inputEncoding, java.nio.charset.Charset outputEncoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size)ExternalTerminal(TerminalProvider provider, java.lang.String name, java.lang.String type, java.io.InputStream masterInput, java.io.OutputStream masterOutput, java.nio.charset.Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) -
Uses of Attributes in org.jline.terminal.impl.exec
Methods in org.jline.terminal.impl.exec that return Attributes Modifier and Type Method Description static AttributesExecPty. doGetAttr(java.lang.String cfg)AttributesExecPty. getAttr()Methods in org.jline.terminal.impl.exec with parameters of type Attributes Modifier and Type Method Description protected voidExecPty. doSetAttr(Attributes attr)protected java.util.List<java.lang.String>ExecPty. getFlagsToSet(Attributes attr, Attributes current)TerminalExecTerminalProvider. newTerminal(java.lang.String name, java.lang.String type, java.io.InputStream in, java.io.OutputStream out, java.nio.charset.Charset encoding, java.nio.charset.Charset stdinEncoding, java.nio.charset.Charset stdoutEncoding, java.nio.charset.Charset stderrEncoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size)TerminalExecTerminalProvider. newTerminal(java.lang.String name, java.lang.String type, java.io.InputStream in, java.io.OutputStream out, java.nio.charset.Charset encoding, java.nio.charset.Charset inputEncoding, java.nio.charset.Charset outputEncoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size)Creates a new terminal with custom input and output streams. -
Uses of Attributes in org.jline.terminal.spi
Methods in org.jline.terminal.spi that return Attributes Modifier and Type Method Description AttributesPty. getAttr()Returns the current terminal attributes for this PTY.Methods in org.jline.terminal.spi with parameters of type Attributes Modifier and Type Method Description TerminalTerminalProvider. newTerminal(java.lang.String name, java.lang.String type, java.io.InputStream masterInput, java.io.OutputStream masterOutput, java.nio.charset.Charset encoding, java.nio.charset.Charset stdinEncoding, java.nio.charset.Charset stdoutEncoding, java.nio.charset.Charset stderrEncoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size)default TerminalTerminalProvider. newTerminal(java.lang.String name, java.lang.String type, java.io.InputStream masterInput, java.io.OutputStream masterOutput, java.nio.charset.Charset encoding, java.nio.charset.Charset inputEncoding, java.nio.charset.Charset outputEncoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size)Creates a new terminal with custom input and output streams.default TerminalTerminalProvider. newTerminal(java.lang.String name, java.lang.String type, java.io.InputStream masterInput, java.io.OutputStream masterOutput, java.nio.charset.Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size)voidPty. setAttr(Attributes attr)Sets the terminal attributes for this PTY.
-