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 MousePointerTApplication. customMousePointerAn optional mouse pointer.protected MousePointerTApplication. customWidgetMousePointerAn optional mouse pointer for the widget under the mouse.Methods in jexer that return MousePointer Modifier and Type Method Description MousePointerTApplication. getCustomMousePointer()Get the custom mouse pointer.MousePointerTWidget. getCustomMousePointer()Get the custom mouse pointer.Methods in jexer with parameters of type MousePointer Modifier and Type Method Description voidTApplication. addOverlay(MousePointer item)Add a tackboard item to the overlay.voidTApplication. setCustomMousePointer(MousePointer pointer)Set a custom mouse pointer.voidTWidget. setCustomMousePointer(MousePointer pointer)Set a custom mouse pointer.
-