Uses of Class
jexer.terminal.ECMA48.MouseProtocol
-
Packages that use ECMA48.MouseProtocol Package Description jexer.terminal An ECMA-48 / ANSI X3.64 style terminal emulator. -
-
Uses of ECMA48.MouseProtocol in jexer.terminal
Methods in jexer.terminal that return ECMA48.MouseProtocol Modifier and Type Method Description ECMA48.MouseProtocolTerminalState. getMouseProtocol()Get the mouse protocol.static ECMA48.MouseProtocolECMA48.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.
-