Uses of Class
org.openstreetmap.josm.data.osm.ChangesetCache

Packages that use ChangesetCache
org.openstreetmap.josm.data.osm   
 

Uses of ChangesetCache in org.openstreetmap.josm.data.osm
 

Fields in org.openstreetmap.josm.data.osm declared as ChangesetCache
private static ChangesetCache ChangesetCache.instance
          the unique instance
private  ChangesetCache DefaultChangesetCacheEvent.source
           
 

Methods in org.openstreetmap.josm.data.osm that return ChangesetCache
static ChangesetCache ChangesetCache.getInstance()
          Replies the unique instance of the cache
 ChangesetCache DefaultChangesetCacheEvent.getSource()
           
 ChangesetCache ChangesetCacheEvent.getSource()
           
 

Constructors in org.openstreetmap.josm.data.osm with parameters of type ChangesetCache
DefaultChangesetCacheEvent(ChangesetCache source)
           
 



JOSM