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 | Method and Description |
---|---|
private static IRelationEditorActionGroup |
GenericRelationEditor.buildNativeGroup(int order,
AbstractRelationEditorAction... actions) |
protected static javax.swing.JToolBar |
GenericRelationEditor.buildToolBar(AbstractRelationEditorAction... actions)
Creates the toolbar
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AddFromSelectionAction
Abstract superclass of "Add from selection" actions.
|
class |
AddSelectedAfterSelection
Add all objects selected in the current dataset after the last selected member.
|
class |
AddSelectedAtEndAction
Add all objects selected in the current dataset after the last member.
|
class |
AddSelectedAtStartAction
Add all objects selected in the current dataset before the first member.
|
class |
AddSelectedBeforeSelection
Add all objects selected in the current dataset before the first selected member.
|
class |
ApplyAction
Apply the current updates.
|
class |
CancelAction
Cancel the updates and close the dialog
|
class |
CopyMembersAction
Copy members.
|
class |
DeleteCurrentRelationAction
Delete the currently edited relation.
|
class |
DownloadIncompleteMembersAction
Download all incomplete members.
|
class |
DownloadSelectedIncompleteMembersAction
Download selected incomplete members.
|
class |
DuplicateRelationAction
Creates a new relation with a copy of the current editor state.
|
class |
EditAction
Action for editing the currently selected relation.
|
class |
MoveDownAction
Move the currently selected members down.
|
class |
MoveUpAction
Move the currently selected members up.
|
class |
OKAction
Apply the updates and close the dialog.
|
class |
PasteMembersAction
Paste members.
|
class |
RefreshAction
Refresh relation.
|
class |
RemoveAction
Remove the currently selected members from this relation.
|
class |
RemoveSelectedAction
Remove all members referring to one of the selected objects.
|
class |
ReverseAction
Reverse the order of the relation members.
|
(package private) class |
SavingAction
Abstract superclass of relation saving actions (OK, Apply, Cancel).
|
class |
SelectAction
Select the currently edited relation.
|
class |
SelectedMembersForSelectionAction
Selects members in the relation editor which refer to primitives in the current selection of the context layer.
|
class |
SelectPrimitivesForSelectedMembersAction
Selects primitives in the layer this editor belongs to.
|
class |
SetRoleAction
Sets a role for the selected members
|
class |
SortAction
Sort the relation members
|
class |
SortBelowAction
Sort the selected relation members and all members below.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractRelationEditorAction> |
IRelationEditorActionGroup.getActions(IRelationEditorActionAccess editorAccess)
Get the actions in this action group.
|
Modifier and Type | Method and Description |
---|---|
void |
IRelationEditorUpdateOn.register(IRelationEditorActionAccess editor,
AbstractRelationEditorAction action)
Registers the given action as listener on the relation editor.
|