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
,Relation
Users
Tags
Changesets
Utilities 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 ChangesetCache
ChangesetCache. INSTANCE
the unique instanceprivate ChangesetCache
DefaultChangesetCacheEvent. source
Methods in org.openstreetmap.josm.data.osm that return ChangesetCache Modifier and Type Method Description static ChangesetCache
ChangesetCache. getInstance()
Replies the unique instance of the cacheChangesetCache
ChangesetCacheEvent. getSource()
The changeset cache the change happened in.ChangesetCache
DefaultChangesetCacheEvent. getSource()
Constructors in org.openstreetmap.josm.data.osm with parameters of type ChangesetCache Constructor Description DefaultChangesetCacheEvent(ChangesetCache source)
Creates a basic, emptyChangesetCacheEvent
-