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.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericRelationEditor
This dialog is for editing relations.
|
class |
RelationEditor
Abstract relation editor.
|
Modifier and Type | Method and Description |
---|---|
IRelationEditor |
GenericRelationEditor.RelationEditorActionAccess.getEditor() |
Modifier and Type | Method and 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 field
|
protected static javax.swing.JSplitPane |
GenericRelationEditor.buildSplitPane(javax.swing.JPanel top,
javax.swing.JPanel bottom,
IRelationEditor re)
builds the
JSplitPane which divides the editor in an upper and a lower half |
Modifier and Type | Method and Description |
---|---|
IRelationEditor |
IRelationEditorActionAccess.getEditor()
Get the current relation editor
|
protected IRelationEditor |
AbstractRelationEditorAction.getEditor() |