Uses of Package
org.openstreetmap.josm.gui.dialogs.relation.actions
-
Packages that use org.openstreetmap.josm.gui.dialogs.relation.actions 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. -
Classes in org.openstreetmap.josm.gui.dialogs.relation.actions used by org.openstreetmap.josm.gui.dialogs.relation Class Description AbstractRelationEditorAction Abstract superclass of relation editor actions.ApplyAction Apply the current updates.CancelAction Cancel the updates and close the dialogDeleteCurrentRelationAction 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. -
Classes in org.openstreetmap.josm.gui.dialogs.relation.actions used by org.openstreetmap.josm.gui.dialogs.relation.actions Class 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 aAbstractRelationEditorAction
.SavingAction Abstract superclass of relation saving actions (OK, Apply, Cancel).