Uses of Class
jexer.tterminal.ECMA48.MouseProtocol
-
Packages that use ECMA48.MouseProtocol Package Description jexer.tterminal An ECMA-48 / ANSI X3.64 style terminal emulator. -
-
Uses of ECMA48.MouseProtocol in jexer.tterminal
Methods in jexer.tterminal that return ECMA48.MouseProtocol Modifier and Type Method Description ECMA48.MouseProtocol
ECMA48. getMouseProtocol()
Get the mouse protocol.static ECMA48.MouseProtocol
ECMA48.MouseProtocol. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ECMA48.MouseProtocol[]
ECMA48.MouseProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-