Class RelationRoleEditor
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.properties.RelationRoleEditor
-
final class RelationRoleEditor extends Object
Quickly change the relation roles of the selected members.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RelationRoleEditor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
editRole(Relation relation, PropertiesDialog.MemberInfo memberInfo)
Shows an {input dialog in order to quickly change the roles of the selected members.
-
-
-
Constructor Detail
-
RelationRoleEditor
private RelationRoleEditor()
-
-
Method Detail
-
editRole
static void editRole(Relation relation, PropertiesDialog.MemberInfo memberInfo)
Shows an {input dialog in order to quickly change the roles of the selected members.- Parameters:
relation
- the relation to editmemberInfo
- the corresponding member info
-
-