Uses of Class
org.openstreetmap.josm.gui.util.CursorManager
-
Packages that use CursorManager Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of CursorManager in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as CursorManager Modifier and Type Field Description protected CursorManager
NavigatableComponent. cursorManager
Methods in org.openstreetmap.josm.gui that return CursorManager Modifier and Type Method Description CursorManager
NavigatableComponent. getCursorManager()
Gets the cursor manager that is used for this NavigatableComponent.
-