Package | Description |
---|---|
org.openstreetmap.josm.actions.relation |
Provides the classes for JOSM actions that work with
relations . |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRelationAction
Ancestor for all actions that want to work with relation collection and
to be disabled if the collection is empty
|
class |
AddSelectionToRelations
Add all objects selected in the current dataset after the last member of relation(s).
|
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 |
ExportRelationToGpxAction
Exports the current relation to a single GPX track,
currently for type=route and type=superroute relations only.
|
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 java.util.Set<OsmPrimitiveAction> |
PopupMenuHandler.primitiveActions |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<OsmPrimitiveAction> |
PopupMenuHandler.getPrimitiveActions()
Returns all enabled primitive actions.
|