Uses of Class
org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetModificationType

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

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

Fields in org.openstreetmap.josm.data.osm declared as ChangesetDataSet.ChangesetModificationType
private  ChangesetDataSet.ChangesetModificationType ChangesetDataSet.DefaultChangesetDataSetEntry.modificationType
           
 

Fields in org.openstreetmap.josm.data.osm with type parameters of type ChangesetDataSet.ChangesetModificationType
private  java.util.Map<PrimitiveId,ChangesetDataSet.ChangesetModificationType> ChangesetDataSet.modificationTypes
           
private  java.util.Iterator<java.util.Map.Entry<PrimitiveId,ChangesetDataSet.ChangesetModificationType>> ChangesetDataSet.DefaultIterator.typeIterator
           
 

Methods in org.openstreetmap.josm.data.osm that return ChangesetDataSet.ChangesetModificationType
 ChangesetDataSet.ChangesetModificationType ChangesetDataSet.ChangesetDataSetEntry.getModificationType()
           
 ChangesetDataSet.ChangesetModificationType ChangesetDataSet.DefaultChangesetDataSetEntry.getModificationType()
           
 ChangesetDataSet.ChangesetModificationType ChangesetDataSet.getModificationType(PrimitiveId id)
          Replies the modification type for the object with id id.
static ChangesetDataSet.ChangesetModificationType ChangesetDataSet.ChangesetModificationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangesetDataSet.ChangesetModificationType[] ChangesetDataSet.ChangesetModificationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openstreetmap.josm.data.osm with parameters of type ChangesetDataSet.ChangesetModificationType
 java.util.Set<HistoryOsmPrimitive> ChangesetDataSet.getPrimitivesByModificationType(ChangesetDataSet.ChangesetModificationType cmt)
          Replies the set of primitives with a specific modification type
 void ChangesetDataSet.put(HistoryOsmPrimitive primitive, ChangesetDataSet.ChangesetModificationType cmt)
          Remembers a history primitive with the given modification type
 

Constructors in org.openstreetmap.josm.data.osm with parameters of type ChangesetDataSet.ChangesetModificationType
ChangesetDataSet.DefaultChangesetDataSetEntry(ChangesetDataSet.ChangesetModificationType modificationType, HistoryOsmPrimitive primitive)
           
 

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

Fields in org.openstreetmap.josm.gui.dialogs.changeset declared as ChangesetDataSet.ChangesetModificationType
private  ChangesetDataSet.ChangesetModificationType ChangesetContentTableModel.ChangesetContentEntry.modificationType
           
 

Methods in org.openstreetmap.josm.gui.dialogs.changeset that return ChangesetDataSet.ChangesetModificationType
 ChangesetDataSet.ChangesetModificationType ChangesetContentTableModel.ChangesetContentEntry.getModificationType()
           
 

Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetDataSet.ChangesetModificationType
protected  void ChangesetContentTableCellRenderer.renderModificationType(ChangesetDataSet.ChangesetModificationType type)
           
 

Constructors in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetDataSet.ChangesetModificationType
ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType modificationType, HistoryOsmPrimitive primitive)
           
 

Uses of ChangesetDataSet.ChangesetModificationType in org.openstreetmap.josm.io
 

Fields in org.openstreetmap.josm.io declared as ChangesetDataSet.ChangesetModificationType
private  ChangesetDataSet.ChangesetModificationType OsmChangesetContentParser.Parser.currentModificationType
          the current change modification type
 



JOSM