Uses of Class
jexer.terminal.ECMA48.DeviceType
-
Packages that use ECMA48.DeviceType Package Description jexer.terminal An ECMA-48 / ANSI X3.64 style terminal emulator. -
-
Uses of ECMA48.DeviceType in jexer.terminal
Methods in jexer.terminal that return ECMA48.DeviceType Modifier and Type Method Description static ECMA48.DeviceTypeECMA48.DeviceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ECMA48.DeviceType[]ECMA48.DeviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer.terminal with parameters of type ECMA48.DeviceType Modifier and Type Method Description static java.lang.StringECMA48. deviceTypeLang(ECMA48.DeviceType deviceType, java.lang.String baseLang)Return the proper LANG for this device type.static java.lang.StringECMA48. deviceTypeTerm(ECMA48.DeviceType deviceType)Return the most commonly-used TERM environment variable for this device type.Constructors in jexer.terminal with parameters of type ECMA48.DeviceType Constructor Description ECMA48(ECMA48.DeviceType type, java.io.InputStream inputStream, java.io.OutputStream outputStream, TerminalListener terminalListener, Backend backend)Public constructor.
-