Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.gui.actionsupport | |
org.openstreetmap.josm.gui.conflict.tags |
Modifier and Type | Method and Description |
---|---|
static Set<RelationToChildReference> |
RelationToChildReference.getRelationToChildReferences(Collection<? extends OsmPrimitive> children)
Replies a set of all
RelationToChildReference s for a collection of child primitives |
static Set<RelationToChildReference> |
RelationToChildReference.getRelationToChildReferences(OsmPrimitive child)
Replies a set of all
RelationToChildReference s for a given child primitive. |
Modifier and Type | Field and Description |
---|---|
private List<RelationToChildReference> |
DeleteFromRelationConfirmationDialog.RelationMemberTableModel.data |
Modifier and Type | Method and Description |
---|---|
void |
DeleteFromRelationConfirmationDialog.RelationMemberTableModel.populate(Collection<RelationToChildReference> references) |
Modifier and Type | Method and Description |
---|---|
void |
RelationMemberConflictResolverModel.populate(Collection<RelationToChildReference> references)
Populates the model with the relation members represented as a collection of
RelationToChildReference s. |