Uses of Class
org.openstreetmap.josm.actions.ActionParameter
-
Packages that use ActionParameter 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.preferences Provides generic classes for handling JOSM preferences. -
-
Uses of ActionParameter in org.openstreetmap.josm.actions
Subclasses of ActionParameter in org.openstreetmap.josm.actions Modifier and Type Class Description static class
ActionParameter.StringActionParameter
Simple ActionParameter implementation for string values.Methods in org.openstreetmap.josm.actions that return types with arguments of type ActionParameter Modifier and Type Method Description List<ActionParameter<?>>
ParameterizedAction. getActionParameters()
Get the list of parameters that describe the action. -
Uses of ActionParameter in org.openstreetmap.josm.actions.search
Subclasses of ActionParameter in org.openstreetmap.josm.actions.search Modifier and Type Class Description static class
SearchAction.SearchSettingsActionParameter
ActionParameter
implementation withSearchSetting
as value type.Methods in org.openstreetmap.josm.actions.search that return types with arguments of type ActionParameter Modifier and Type Method Description List<ActionParameter<?>>
SearchAction. getActionParameters()
-
Uses of ActionParameter in org.openstreetmap.josm.gui.preferences
Methods in org.openstreetmap.josm.gui.preferences that return ActionParameter Modifier and Type Method Description private ActionParameter<Object>
ToolbarPreferences.ActionParametersTableModel. getParam(int index)
-