Uses of Class
jexer.backend.SwingTerminal.CursorStyle
-
Packages that use SwingTerminal.CursorStyle Package Description jexer.backend The interface between TApplication and user-facing I/O. -
-
Uses of SwingTerminal.CursorStyle in jexer.backend
Methods in jexer.backend that return SwingTerminal.CursorStyle Modifier and Type Method Description SwingTerminal.CursorStyle
SwingTerminal. getCursorStyle()
Get the cursor style.static SwingTerminal.CursorStyle
SwingTerminal.CursorStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SwingTerminal.CursorStyle[]
SwingTerminal.CursorStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer.backend with parameters of type SwingTerminal.CursorStyle Modifier and Type Method Description void
SwingTerminal. setCursorStyle(SwingTerminal.CursorStyle cursorStyle)
Set the cursor style.
-