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

Packages that use RelationToChildReference
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.gui.actionsupport   
org.openstreetmap.josm.gui.conflict.tags   
 

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

Methods in org.openstreetmap.josm.data.osm that return types with arguments of type RelationToChildReference
static java.util.Set<RelationToChildReference> RelationToChildReference.getRelationToChildReferences(java.util.Collection<? extends OsmPrimitive> children)
          Replies a set of all RelationToChildReferences for a collection of child primitives
static java.util.Set<RelationToChildReference> RelationToChildReference.getRelationToChildReferences(OsmPrimitive child)
          Replies a set of all RelationToChildReferences for a given child primitive.
 

Uses of RelationToChildReference in org.openstreetmap.josm.gui.actionsupport
 

Fields in org.openstreetmap.josm.gui.actionsupport with type parameters of type RelationToChildReference
private  java.util.ArrayList<RelationToChildReference> DeleteFromRelationConfirmationDialog.RelationMemberTableModel.data
           
 

Method parameters in org.openstreetmap.josm.gui.actionsupport with type arguments of type RelationToChildReference
 void DeleteFromRelationConfirmationDialog.RelationMemberTableModel.populate(java.util.Collection<RelationToChildReference> references)
           
 

Uses of RelationToChildReference in org.openstreetmap.josm.gui.conflict.tags
 

Method parameters in org.openstreetmap.josm.gui.conflict.tags with type arguments of type RelationToChildReference
 void RelationMemberConflictResolverModel.populate(java.util.Collection<RelationToChildReference> references)
          Populates the model with the relation members represented as a collection of RelationToChildReferences.
 



JOSM