Package | Description |
---|---|
org.openstreetmap.josm.actions.relation | |
org.openstreetmap.josm.gui |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRelationAction
Ancestor for all actions that want to work with relation collection and
to be disabled is the collection is empty
|
class |
AddSelectionToRelations |
class |
DeleteRelationsAction
Action that delete relations
|
class |
DownloadMembersAction
The action for downloading members of relations
|
class |
DownloadSelectedIncompleteMembersAction
Action for downloading incomplete members of selected relations
|
class |
DuplicateRelationAction
Creates a new relation with a copy of the current editor state
|
class |
EditRelationAction
The action for editing a relation
|
class |
SelectInRelationListAction
The action for activating a relation in relation list dialog
|
class |
SelectMembersAction
Sets the current selection to the list of relations selected in this dialog
|
class |
SelectRelationAction
Sets the current selection to specified list of relations
|
Modifier and Type | Field and Description |
---|---|
private Set<OsmPrimitiveAction> |
PopupMenuHandler.primitiveActions |
Modifier and Type | Method and Description |
---|---|
Collection<OsmPrimitiveAction> |
PopupMenuHandler.getPrimitiveActions()
Returns all enabled primitive actions.
|