Uses of Interface
org.openstreetmap.josm.actions.AdaptableAction
-
Packages that use AdaptableAction Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action.org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets. -
-
Uses of AdaptableAction in org.openstreetmap.josm.actions
Subinterfaces of AdaptableAction in org.openstreetmap.josm.actions Modifier and Type Interface Description interfaceParameterizedActionInterface for (toolbar-)actions that have additional parameters which need to be saved to the preferences (and loaded back).Classes in org.openstreetmap.josm.actions that implement AdaptableAction Modifier and Type Class Description classAddImageryLayerActionAction displayed in imagery menu to add a new imagery layer. -
Uses of AdaptableAction in org.openstreetmap.josm.actions.search
Classes in org.openstreetmap.josm.actions.search that implement AdaptableAction Modifier and Type Class Description classSearchActionThe search action allows the user to search the data layer using a complex search string. -
Uses of AdaptableAction in org.openstreetmap.josm.gui.tagging.presets
Classes in org.openstreetmap.josm.gui.tagging.presets that implement AdaptableAction Modifier and Type Class Description classTaggingPresetThis class read encapsulate one tagging preset.classTaggingPresetMenuMenu that groups several presets from one topic.classTaggingPresetSeparatorClass used to represent aJSeparatorinside tagging preset menu.
-