| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
| org.openstreetmap.josm.actions.search |
Provides the classes for JOSM
search action. |
| org.openstreetmap.josm.gui.preferences |
Provides generic classes for handling JOSM preferences.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionParameter.StringActionParameter
Simple ActionParameter implementation for string values.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ActionParameter<?>> |
ParameterizedAction.getActionParameters()
Get the list of parameters that describe the action.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchAction.SearchSettingsActionParameter
ActionParameter implementation with SearchSetting as value type. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ActionParameter<?>> |
SearchAction.getActionParameters() |
| Modifier and Type | Method and Description |
|---|---|
private ActionParameter<java.lang.Object> |
ToolbarPreferences.ActionParametersTableModel.getParam(int index) |