| 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.
|
| Class and Description |
|---|
| AbstractRelationEditorAction
Abstract superclass of relation editor actions.
|
| ApplyAction
Apply the current updates.
|
| CancelAction
Cancel the updates and close the dialog
|
| DeleteCurrentRelationAction
Delete the currently edited relation.
|
| DuplicateRelationAction
Creates a new relation with a copy of the current editor state.
|
| IRelationEditorActionAccess
This interface provides access to the relation editor for actions.
|
| IRelationEditorActionGroup
An action group for the relation editor, to be used in one of the tool bars.
|
| OKAction
Apply the updates and close the dialog.
|
| RefreshAction
Refresh relation.
|
| SelectAction
Select the currently edited relation.
|
| Class and Description |
|---|
| AbstractRelationEditorAction
Abstract superclass of relation editor actions.
|
| AddFromSelectionAction
Abstract superclass of "Add from selection" actions.
|
| IRelationEditorActionAccess
This interface provides access to the relation editor for actions.
|
| IRelationEditorActionGroup
An action group for the relation editor, to be used in one of the tool bars.
|
| IRelationEditorUpdateOn
This interface can be used to register the event listeners for a
AbstractRelationEditorAction. |
| SavingAction
Abstract superclass of relation saving actions (OK, Apply, Cancel).
|