Uses of Class
org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager
-
Packages that use ChangesetCacheManager Package Description org.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them). -
-
Uses of ChangesetCacheManager in org.openstreetmap.josm.gui.dialogs.changeset
Fields in org.openstreetmap.josm.gui.dialogs.changeset declared as ChangesetCacheManager Modifier and Type Field Description private static ChangesetCacheManagerChangesetCacheManager. instancethe unique instance of the cache managerMethods in org.openstreetmap.josm.gui.dialogs.changeset that return ChangesetCacheManager Modifier and Type Method Description static ChangesetCacheManagerChangesetCacheManager. getInstance()Replies the unique instance of the changeset cache manager
-