Uses of Class
org.jline.terminal.Attributes
Packages that use Attributes
Package
Description
JLine 3.
-
Uses of Attributes in org.jline.terminal
Methods in org.jline.terminal that return AttributesModifier and TypeMethodDescriptionTerminal.enterRawMode()Terminal.getAttributes()Returns the terminal attributes.Methods in org.jline.terminal with parameters of type AttributesModifier and TypeMethodDescriptionTerminalBuilder.attributes(Attributes attributes) Attributes to use when creating a non system terminal, i.e. when the builder has been given the input and output streams using theTerminalBuilder.streams(InputStream, OutputStream)method or whenTerminalBuilder.system(boolean)has been explicitly called withfalse.voidAttributes.copy(Attributes attributes) voidTerminal.setAttributes(Attributes attr) Set the terminal attributes.Constructors in org.jline.terminal with parameters of type Attributes -
Uses of Attributes in org.jline.terminal.impl
Fields in org.jline.terminal.impl declared as AttributesModifier and TypeFieldDescriptionprotected final AttributesAbstractWindowsTerminal.attributesprotected final AttributesLineDisciplineTerminal.attributesConsole dataprotected final AttributesAbstractPosixTerminal.originalAttributesMethods in org.jline.terminal.impl that return AttributesModifier and TypeMethodDescriptionAbstractTerminal.enterRawMode()AbstractPosixTerminal.getAttributes()AbstractWindowsTerminal.getAttributes()DumbTerminal.getAttributes()LineDisciplineTerminal.getAttributes()Methods in org.jline.terminal.impl with parameters of type AttributesModifier and TypeMethodDescriptionprotected abstract voidAbstractPty.doSetAttr(Attributes attr) DumbTerminalProvider.newTerminal(String name, String type, InputStream masterInput, OutputStream masterOutput, Charset encoding, 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 AttributesModifierConstructorDescriptionExternalTerminal(TerminalProvider provider, String name, String type, InputStream masterInput, OutputStream masterOutput, 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 AttributesMethods in org.jline.terminal.impl.exec with parameters of type AttributesModifier and TypeMethodDescriptionprotected voidExecPty.doSetAttr(Attributes attr) ExecPty.getFlagsToSet(Attributes attr, Attributes current) ExecTerminalProvider.newTerminal(String name, String type, InputStream in, OutputStream out, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) -
Uses of Attributes in org.jline.terminal.impl.ffm
Methods in org.jline.terminal.impl.ffm with parameters of type AttributesModifier and TypeMethodDescriptionFfmTerminalProvider.newTerminal(String name, String type, InputStream in, OutputStream out, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) -
Uses of Attributes in org.jline.terminal.impl.jansi
Methods in org.jline.terminal.impl.jansi that return AttributesModifier and TypeMethodDescriptionJansiNativePty.getAttr()protected abstract AttributesJansiNativePty.toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tios) Methods in org.jline.terminal.impl.jansi with parameters of type AttributesModifier and TypeMethodDescriptionprotected voidJansiNativePty.doSetAttr(Attributes attr) JansiTerminalProvider.newTerminal(String name, String type, InputStream in, OutputStream out, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) JansiTerminalProvider.open(Attributes attributes, Size size) protected abstract org.fusesource.jansi.internal.CLibrary.TermiosJansiNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.impl.jansi.freebsd
Methods in org.jline.terminal.impl.jansi.freebsd that return AttributesModifier and TypeMethodDescriptionprotected AttributesFreeBsdNativePty.toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio) Methods in org.jline.terminal.impl.jansi.freebsd with parameters of type AttributesModifier and TypeMethodDescriptionstatic FreeBsdNativePtyFreeBsdNativePty.open(TerminalProvider provider, Attributes attr, Size size) protected org.fusesource.jansi.internal.CLibrary.TermiosFreeBsdNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.impl.jansi.linux
Methods in org.jline.terminal.impl.jansi.linux that return AttributesModifier and TypeMethodDescriptionprotected AttributesLinuxNativePty.toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio) Methods in org.jline.terminal.impl.jansi.linux with parameters of type AttributesModifier and TypeMethodDescriptionstatic LinuxNativePtyLinuxNativePty.open(TerminalProvider provider, Attributes attr, Size size) protected org.fusesource.jansi.internal.CLibrary.TermiosLinuxNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.impl.jansi.osx
Methods in org.jline.terminal.impl.jansi.osx that return AttributesModifier and TypeMethodDescriptionprotected AttributesOsXNativePty.toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio) Methods in org.jline.terminal.impl.jansi.osx with parameters of type AttributesModifier and TypeMethodDescriptionstatic OsXNativePtyOsXNativePty.open(TerminalProvider provider, Attributes attr, Size size) protected org.fusesource.jansi.internal.CLibrary.TermiosOsXNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.impl.jansi.solaris
Methods in org.jline.terminal.impl.jansi.solaris that return AttributesModifier and TypeMethodDescriptionprotected AttributesSolarisNativePty.toAttributes(org.fusesource.jansi.internal.CLibrary.Termios tio) Methods in org.jline.terminal.impl.jansi.solaris with parameters of type AttributesModifier and TypeMethodDescriptionprotected org.fusesource.jansi.internal.CLibrary.TermiosSolarisNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.impl.jna
Methods in org.jline.terminal.impl.jna with parameters of type AttributesModifier and TypeMethodDescriptionJnaTerminalProvider.newTerminal(String name, String type, InputStream in, OutputStream out, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) static JnaNativePtyJnaNativePty.open(TerminalProvider provider, Attributes attr, Size size) JnaTerminalProvider.open(Attributes attributes, Size size) -
Uses of Attributes in org.jline.terminal.impl.jna.freebsd
Methods in org.jline.terminal.impl.jna.freebsd that return AttributesMethods in org.jline.terminal.impl.jna.freebsd with parameters of type AttributesModifier and TypeMethodDescriptionprotected voidFreeBsdNativePty.doSetAttr(Attributes attr) static FreeBsdNativePtyFreeBsdNativePty.open(TerminalProvider provider, Attributes attr, Size size) Constructors in org.jline.terminal.impl.jna.freebsd with parameters of type Attributes -
Uses of Attributes in org.jline.terminal.impl.jna.linux
Methods in org.jline.terminal.impl.jna.linux that return AttributesMethods in org.jline.terminal.impl.jna.linux with parameters of type AttributesModifier and TypeMethodDescriptionprotected voidLinuxNativePty.doSetAttr(Attributes attr) static LinuxNativePtyLinuxNativePty.open(TerminalProvider provider, Attributes attr, Size size) Constructors in org.jline.terminal.impl.jna.linux with parameters of type Attributes -
Uses of Attributes in org.jline.terminal.impl.jna.osx
Methods in org.jline.terminal.impl.jna.osx that return AttributesMethods in org.jline.terminal.impl.jna.osx with parameters of type AttributesModifier and TypeMethodDescriptionprotected voidOsXNativePty.doSetAttr(Attributes attr) static OsXNativePtyOsXNativePty.open(TerminalProvider provider, Attributes attr, Size size) Constructors in org.jline.terminal.impl.jna.osx with parameters of type Attributes -
Uses of Attributes in org.jline.terminal.impl.jna.solaris
Methods in org.jline.terminal.impl.jna.solaris that return AttributesMethods in org.jline.terminal.impl.jna.solaris with parameters of type AttributesModifier and TypeMethodDescriptionprotected voidSolarisNativePty.doSetAttr(Attributes attr) static SolarisNativePtySolarisNativePty.open(TerminalProvider provider, Attributes attr, Size size) Constructors in org.jline.terminal.impl.jna.solaris with parameters of type Attributes -
Uses of Attributes in org.jline.terminal.impl.jni
Methods in org.jline.terminal.impl.jni that return AttributesModifier and TypeMethodDescriptionJniNativePty.getAttr()protected abstract AttributesJniNativePty.toAttributes(CLibrary.Termios tios) Methods in org.jline.terminal.impl.jni with parameters of type AttributesModifier and TypeMethodDescriptionprotected voidJniNativePty.doSetAttr(Attributes attr) JniTerminalProvider.newTerminal(String name, String type, InputStream in, OutputStream out, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) JniTerminalProvider.open(Attributes attributes, Size size) protected abstract CLibrary.TermiosJniNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.impl.jni.freebsd
Methods in org.jline.terminal.impl.jni.freebsd that return AttributesModifier and TypeMethodDescriptionprotected AttributesFreeBsdNativePty.toAttributes(CLibrary.Termios tio) Methods in org.jline.terminal.impl.jni.freebsd with parameters of type AttributesModifier and TypeMethodDescriptionstatic FreeBsdNativePtyFreeBsdNativePty.open(TerminalProvider provider, Attributes attr, Size size) protected CLibrary.TermiosFreeBsdNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.impl.jni.linux
Methods in org.jline.terminal.impl.jni.linux that return AttributesModifier and TypeMethodDescriptionprotected AttributesLinuxNativePty.toAttributes(CLibrary.Termios tio) Methods in org.jline.terminal.impl.jni.linux with parameters of type AttributesModifier and TypeMethodDescriptionstatic LinuxNativePtyLinuxNativePty.open(TerminalProvider provider, Attributes attr, Size size) protected CLibrary.TermiosLinuxNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.impl.jni.osx
Methods in org.jline.terminal.impl.jni.osx that return AttributesModifier and TypeMethodDescriptionprotected AttributesOsXNativePty.toAttributes(CLibrary.Termios tio) Methods in org.jline.terminal.impl.jni.osx with parameters of type AttributesModifier and TypeMethodDescriptionstatic OsXNativePtyOsXNativePty.open(TerminalProvider provider, Attributes attr, Size size) protected CLibrary.TermiosOsXNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.impl.jni.solaris
Methods in org.jline.terminal.impl.jni.solaris that return AttributesModifier and TypeMethodDescriptionprotected AttributesSolarisNativePty.toAttributes(CLibrary.Termios tio) Methods in org.jline.terminal.impl.jni.solaris with parameters of type AttributesModifier and TypeMethodDescriptionstatic SolarisNativePtySolarisNativePty.open(TerminalProvider provider, Attributes attr, Size size) protected CLibrary.TermiosSolarisNativePty.toTermios(Attributes t) -
Uses of Attributes in org.jline.terminal.spi
Methods in org.jline.terminal.spi that return AttributesMethods in org.jline.terminal.spi with parameters of type AttributesModifier and TypeMethodDescriptionTerminalProvider.newTerminal(String name, String type, InputStream masterInput, OutputStream masterOutput, Charset encoding, Terminal.SignalHandler signalHandler, boolean paused, Attributes attributes, Size size) voidPty.setAttr(Attributes attr)