Uses of Interface
org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetDataSetEntry
-
Packages that use ChangesetDataSet.ChangesetDataSetEntry Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them). -
-
Uses of ChangesetDataSet.ChangesetDataSetEntry in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement ChangesetDataSet.ChangesetDataSetEntry Modifier and Type Class Description static classChangesetDataSet.DefaultChangesetDataSetEntryClass to keep one entry of a changeset: the combination of modification type and primitive.Methods in org.openstreetmap.josm.data.osm that return ChangesetDataSet.ChangesetDataSetEntry Modifier and Type Method Description private ChangesetDataSet.ChangesetDataSetEntryChangesetDataSet. getEntry(PrimitiveId id, int n)ChangesetDataSet.ChangesetDataSetEntryChangesetDataSet. getFirstEntry(PrimitiveId id)Replies the firstChangesetDataSet.ChangesetDataSetEntrywith ididfrom this dataset.ChangesetDataSet.ChangesetDataSetEntryChangesetDataSet. getLastEntry(PrimitiveId id)Replies the lastChangesetDataSet.ChangesetDataSetEntrywith ididfrom this dataset.ChangesetDataSet.ChangesetDataSetEntryChangesetDataSet.DefaultIterator. next()Methods in org.openstreetmap.josm.data.osm that return types with arguments of type ChangesetDataSet.ChangesetDataSetEntry Modifier and Type Method Description java.util.Iterator<ChangesetDataSet.ChangesetDataSetEntry>ChangesetDataSet. iterator()Returns an iterator over dataset entries. -
Uses of ChangesetDataSet.ChangesetDataSetEntry in org.openstreetmap.josm.gui.dialogs.changeset
Classes in org.openstreetmap.josm.gui.dialogs.changeset that implement ChangesetDataSet.ChangesetDataSetEntry Modifier and Type Class Description private static classChangesetContentTableModel.ChangesetContentEntryThe type used internally to keep information aboutHistoryOsmPrimitivewith theirChangesetDataSet.ChangesetModificationType.Constructors in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetDataSet.ChangesetDataSetEntry Constructor Description ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry)
-