Uses of Class
org.openstreetmap.josm.data.osm.event.SelectionEventManager
-
Packages that use SelectionEventManager Package Description org.openstreetmap.josm.data.osm.event Provides the classes for OSM dataset events. -
-
Uses of SelectionEventManager in org.openstreetmap.josm.data.osm.event
Fields in org.openstreetmap.josm.data.osm.event declared as SelectionEventManager Modifier and Type Field Description private static SelectionEventManager
SelectionEventManager. INSTANCE
Methods in org.openstreetmap.josm.data.osm.event that return SelectionEventManager Modifier and Type Method Description static SelectionEventManager
SelectionEventManager. getInstance()
Returns the unique instance.
-