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 classGenericRelationEditorThis 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 java.util.Map<RelationDialogManager.DialogContext,RelationEditor>RelationDialogManager. openDialogsthe map of open dialogsMethods in org.openstreetmap.josm.gui.dialogs.relation that return RelationEditor Modifier and Type Method Description static RelationEditorRelationEditor. getEditor(OsmDataLayer layer, Relation r, java.util.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.RelationEditorRelationDialogManager. 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 booleanRelationDialogManager. hasEditorWithCloseUpperLeftCorner(java.awt.Point p, RelationEditor thisEditor)Replies true, if there is another openRelationEditorwhose upper left corner is close top.voidRelationDialogManager. positionOnScreen(RelationEditor editor)Positions aRelationEditoron the screen.voidRelationDialogManager. register(OsmDataLayer layer, Relation relation, RelationEditor editor)Register the relation editor for a relation managed by aOsmDataLayer.voidRelationDialogManager. updateContext(OsmDataLayer layer, Relation relation, RelationEditor editor)
-