Uses of Interface
org.openstreetmap.josm.actions.ParameterizedAction
-
Packages that use ParameterizedAction Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action
. -
-
Uses of ParameterizedAction in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as ParameterizedAction Modifier and Type Field Description private ParameterizedAction
ParameterizedActionDecorator. action
Constructors in org.openstreetmap.josm.actions with parameters of type ParameterizedAction Constructor Description ParameterizedActionDecorator(ParameterizedAction action, Map<String,Object> parameters)
Constructs a new ParameterizedActionDecorator. -
Uses of ParameterizedAction in org.openstreetmap.josm.actions.search
Classes in org.openstreetmap.josm.actions.search that implement ParameterizedAction Modifier and Type Class Description class
SearchAction
The search action allows the user to search the data layer using a complex search string.
-