Uses of Interface
org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetDataSetEntry

Packages that use ChangesetDataSet.ChangesetDataSetEntry
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.gui.dialogs.changeset   
 

Uses of ChangesetDataSet.ChangesetDataSetEntry in org.openstreetmap.josm.data.osm
 

Classes in org.openstreetmap.josm.data.osm that implement ChangesetDataSet.ChangesetDataSetEntry
private static class ChangesetDataSet.DefaultChangesetDataSetEntry
           
 

Methods in org.openstreetmap.josm.data.osm that return ChangesetDataSet.ChangesetDataSetEntry
 ChangesetDataSet.ChangesetDataSetEntry ChangesetDataSet.DefaultIterator.next()
           
 

Methods in org.openstreetmap.josm.data.osm that return types with arguments of type ChangesetDataSet.ChangesetDataSetEntry
 java.util.Iterator<ChangesetDataSet.ChangesetDataSetEntry> ChangesetDataSet.iterator()
           
 

Uses of ChangesetDataSet.ChangesetDataSetEntry in org.openstreetmap.josm.gui.dialogs.changeset
 

Classes in org.openstreetmap.josm.gui.dialogs.changeset that implement ChangesetDataSet.ChangesetDataSetEntry
private static class ChangesetContentTableModel.ChangesetContentEntry
          The type used internally to keep information about HistoryOsmPrimitive with their ChangesetDataSet.ChangesetModificationType.
 

Constructors in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetDataSet.ChangesetDataSetEntry
ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry)
           
 



JOSM