Uses of Class
jexer.tackboard.MousePointer
-
Packages that use MousePointer Package Description jexer Jexer - Java Text User Interface library -
-
Uses of MousePointer in jexer
Fields in jexer declared as MousePointer Modifier and Type Field Description protected MousePointer
TApplication. customMousePointer
An optional mouse pointer.protected MousePointer
TApplication. customWidgetMousePointer
An optional mouse pointer for the widget under the mouse.Methods in jexer that return MousePointer Modifier and Type Method Description MousePointer
TApplication. getCustomMousePointer()
Get the custom mouse pointer.MousePointer
TWidget. getCustomMousePointer()
Get the custom mouse pointer.Methods in jexer with parameters of type MousePointer Modifier and Type Method Description void
TApplication. addOverlay(MousePointer item)
Add a tackboard item to the overlay.void
TApplication. setCustomMousePointer(MousePointer pointer)
Set a custom mouse pointer.void
TWidget. setCustomMousePointer(MousePointer pointer)
Set a custom mouse pointer.
-