Uses of Interface
org.openstreetmap.josm.gui.dialogs.relation.IRelationEditor
-
Packages that use IRelationEditor Package Description org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.dialogs.relation.actions Provides the classes for relation editor actions. -
-
Uses of IRelationEditor in org.openstreetmap.josm.gui.dialogs.relation
Classes in org.openstreetmap.josm.gui.dialogs.relation that implement IRelationEditor Modifier and Type Class Description class
GenericRelationEditor
This dialog is for editing relations.class
RelationEditor
Abstract relation editor.Methods in org.openstreetmap.josm.gui.dialogs.relation that return IRelationEditor Modifier and Type Method Description IRelationEditor
GenericRelationEditor.RelationEditorActionAccess. getEditor()
Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type IRelationEditor Modifier and Type Method Description protected static javax.swing.JMenuItem
GenericRelationEditor. addToWindowMenu(IRelationEditor re, java.lang.String layerName)
Adds current relation editor to the windows menu (in the "volatile" group)protected static AutoCompletingTextField
GenericRelationEditor. buildRoleTextField(IRelationEditor re)
builds the role text fieldprotected static javax.swing.JSplitPane
GenericRelationEditor. buildSplitPane(javax.swing.JPanel top, javax.swing.JPanel bottom, IRelationEditor re)
builds theJSplitPane
which divides the editor in an upper and a lower half -
Uses of IRelationEditor in org.openstreetmap.josm.gui.dialogs.relation.actions
Methods in org.openstreetmap.josm.gui.dialogs.relation.actions that return IRelationEditor Modifier and Type Method Description protected IRelationEditor
AbstractRelationEditorAction. getEditor()
IRelationEditor
IRelationEditorActionAccess. getEditor()
Get the current relation editor
-