Uses of Class
org.openstreetmap.josm.data.osm.RelationToChildReference
-
Packages that use RelationToChildReference Package Description org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything else -
-
Uses of RelationToChildReference in org.openstreetmap.josm.command
Method parameters in org.openstreetmap.josm.command with type arguments of type RelationToChildReference Modifier and Type Method Description boolean
DeleteCommand.DeletionCallback. confirmDeletionFromRelation(java.util.Collection<RelationToChildReference> references)
Confirm before removing a collection of primitives from their parent relations.default boolean
DeleteCommand.DeletionCallback. confirmDeletionFromRelation(java.util.Collection<RelationToChildReference> references, java.util.Collection<Pair<Relation,java.lang.Boolean>> parentsToDelete)
Confirm before removing a collection of primitives from their parent relations, with the probability of deleting the parents as well. -
Uses of RelationToChildReference in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm that return types with arguments of type RelationToChildReference Modifier and Type Method Description static java.util.Set<RelationToChildReference>
RelationToChildReference. getRelationToChildReferences(java.util.Collection<? extends OsmPrimitive> children)
Replies a set of allRelationToChildReference
s for a collection of child primitivesstatic java.util.Set<RelationToChildReference>
RelationToChildReference. getRelationToChildReferences(OsmPrimitive child)
Replies a set of allRelationToChildReference
s for a given child primitive. -
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 Modifier and Type Method Description void
RelationMemberConflictResolverModel. populate(java.util.Collection<RelationToChildReference> references)
Populates the model with the relation members represented as a collection ofRelationToChildReference
s. -
Uses of RelationToChildReference in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs with type parameters of type RelationToChildReference Modifier and Type Field Description private java.util.List<RelationToChildReference>
DeleteFromRelationConfirmationDialog.RelationMemberTableModel. data
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type RelationToChildReference Modifier and Type Method Description int
DeleteFromRelationConfirmationDialog.RelationMemberTableModel.RelationToChildReferenceComparator. compare(RelationToChildReference o1, RelationToChildReference o2)
Method parameters in org.openstreetmap.josm.gui.dialogs with type arguments of type RelationToChildReference Modifier and Type Method Description void
DeleteFromRelationConfirmationDialog.RelationMemberTableModel. populate(java.util.Collection<RelationToChildReference> references)
Sets the data that should be displayed in the list.
-