Uses of Class
jexer.tterminal.ECMA48.DeviceType
-
Packages that use ECMA48.DeviceType Package Description jexer.tterminal An ECMA-48 / ANSI X3.64 style terminal emulator. -
-
Uses of ECMA48.DeviceType in jexer.tterminal
Methods in jexer.tterminal that return ECMA48.DeviceType Modifier and Type Method Description static ECMA48.DeviceType
ECMA48.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.tterminal with parameters of type ECMA48.DeviceType Modifier and Type Method Description static java.lang.String
ECMA48. deviceTypeLang(ECMA48.DeviceType deviceType, java.lang.String baseLang)
Return the proper LANG for this device type.static java.lang.String
ECMA48. deviceTypeTerm(ECMA48.DeviceType deviceType)
Return the proper TERM environment variable for this device type.Constructors in jexer.tterminal with parameters of type ECMA48.DeviceType Constructor Description ECMA48(ECMA48.DeviceType type, java.io.InputStream inputStream, java.io.OutputStream outputStream, DisplayListener displayListener)
Public constructor.
-