Uses of Interface
org.openstreetmap.josm.data.osm.ChangesetCacheListener
-
Packages that use ChangesetCacheListener Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of ChangesetCacheListener in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm with type parameters of type ChangesetCacheListener Modifier and Type Field Description (package private) CopyOnWriteArrayList<ChangesetCacheListener>
ChangesetCache. listeners
Methods in org.openstreetmap.josm.data.osm with parameters of type ChangesetCacheListener Modifier and Type Method Description void
ChangesetCache. addChangesetCacheListener(ChangesetCacheListener listener)
Add a changeset cache listener.void
ChangesetCache. removeChangesetCacheListener(ChangesetCacheListener listener)
Remove a changeset cache listener. -
Uses of ChangesetCacheListener in org.openstreetmap.josm.gui.dialogs.changeset
Classes in org.openstreetmap.josm.gui.dialogs.changeset that implement ChangesetCacheListener Modifier and Type Class Description class
ChangesetCacheManagerModel
This is the model for the changeset cache manager dialog.class
ChangesetInSelectionListModel
A table of changesets that displays the ones that are used by the primitives in the current selection.class
ChangesetListModel
This is the model that backs a list of changesetsclass
ChangesetsInActiveDataLayerListModel
This is the list model for the list of changeset in the current edit layer. -
Uses of ChangesetCacheListener in org.openstreetmap.josm.gui.io
Classes in org.openstreetmap.josm.gui.io that implement ChangesetCacheListener Modifier and Type Class Description class
ChangesetManagementPanel
ChangesetManagementPanel allows to configure changeset to be used in the next upload.
-