| 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. |
| Modifier and Type | Field and Description |
|---|---|
private ParameterizedAction |
ParameterizedActionDecorator.action |
| Constructor and Description |
|---|
ParameterizedActionDecorator(ParameterizedAction action,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Constructs a new ParameterizedActionDecorator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchAction
The search action allows the user to search the data layer using a complex search string.
|