Uses of Class
org.openstreetmap.josm.data.osm.ChangesetCache
-
Packages that use ChangesetCache Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classes -
-
Uses of ChangesetCache in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as ChangesetCache Modifier and Type Field Description private static ChangesetCacheChangesetCache. INSTANCEthe unique instanceprivate ChangesetCacheDefaultChangesetCacheEvent. sourceMethods in org.openstreetmap.josm.data.osm that return ChangesetCache Modifier and Type Method Description static ChangesetCacheChangesetCache. getInstance()Replies the unique instance of the cacheChangesetCacheChangesetCacheEvent. getSource()The changeset cache the change happened in.ChangesetCacheDefaultChangesetCacheEvent. getSource()Constructors in org.openstreetmap.josm.data.osm with parameters of type ChangesetCache Constructor Description DefaultChangesetCacheEvent(ChangesetCache source)Creates a basic, emptyChangesetCacheEvent
-