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