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 classGenericRelationEditorThis dialog is for editing relations.classRelationEditorAbstract relation editor.Methods in org.openstreetmap.josm.gui.dialogs.relation that return IRelationEditor Modifier and Type Method Description IRelationEditorGenericRelationEditor.RelationEditorActionAccess. getEditor()Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type IRelationEditor Modifier and Type Method Description protected static javax.swing.JMenuItemGenericRelationEditor. addToWindowMenu(IRelationEditor re, java.lang.String layerName)Adds current relation editor to the windows menu (in the "volatile" group)protected static AutoCompletingTextFieldGenericRelationEditor. buildRoleTextField(IRelationEditor re)builds the role text fieldprotected static javax.swing.JSplitPaneGenericRelationEditor. buildSplitPane(javax.swing.JPanel top, javax.swing.JPanel bottom, IRelationEditor re)builds theJSplitPanewhich 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 IRelationEditorAbstractRelationEditorAction. getEditor()IRelationEditorIRelationEditorActionAccess. getEditor()Get the current relation editor
-