Uses of Class
org.openstreetmap.josm.gui.dialogs.relation.RelationEditor
-
Packages that use RelationEditor Package Description org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them. -
-
Uses of RelationEditor in org.openstreetmap.josm.gui.dialogs.relation
Subclasses of RelationEditor in org.openstreetmap.josm.gui.dialogs.relation Modifier and Type Class Description class
GenericRelationEditor
This dialog is for editing relations.Fields in org.openstreetmap.josm.gui.dialogs.relation with type parameters of type RelationEditor Modifier and Type Field Description private Map<RelationDialogManager.DialogContext,RelationEditor>
RelationDialogManager. openDialogs
the map of open dialogsMethods in org.openstreetmap.josm.gui.dialogs.relation that return RelationEditor Modifier and Type Method Description static RelationEditor
RelationEditor. getEditor(OsmDataLayer layer, Relation r, Collection<RelationMember> selectedMembers)
This is a factory method that creates an appropriate RelationEditor instance suitable for editing the relation that was passed in as an argument.RelationEditor
RelationDialogManager. getEditorForRelation(OsmDataLayer layer, Relation relation)
Replies the editor for the relation managed by layer.Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type RelationEditor Modifier and Type Method Description protected boolean
RelationDialogManager. hasEditorWithCloseUpperLeftCorner(Point p, RelationEditor thisEditor)
Replies true, if there is another openRelationEditor
whose upper left corner is close top
.void
RelationDialogManager. positionOnScreen(RelationEditor editor)
Positions aRelationEditor
on the screen.void
RelationDialogManager. register(OsmDataLayer layer, Relation relation, RelationEditor editor)
Register the relation editor for a relation managed by aOsmDataLayer
.void
RelationDialogManager. updateContext(OsmDataLayer layer, Relation relation, RelationEditor editor)
-