Package | Description |
---|---|
org.openstreetmap.josm.actions.search |
Provides the classes for JOSM
search action . |
Modifier and Type | Class and Description |
---|---|
private static class |
SearchAction.CapturingSearchReceiver
This class stores the result of the search in a local variable.
|
private static class |
SearchAction.SelectSearchReceiver
Select the search result and display a status text for it.
|
Modifier and Type | Field and Description |
---|---|
private SearchAction.SearchReceiver |
SearchAction.SearchTask.resultReceiver |
Modifier and Type | Method and Description |
---|---|
private static SearchAction.SearchTask |
SearchAction.SearchTask.newSearchTask(SearchSetting setting,
OsmData<?,?,?,?> ds,
SearchAction.SearchReceiver resultReceiver)
Create a new search task for the given search setting.
|
(package private) static SearchAction.SearchTask |
SearchAction.SearchTask.newSearchTask(SearchSetting setting,
SearchAction.SearchReceiver resultReceiver) |
Constructor and Description |
---|
SearchTask(OsmData<?,?,?,?> ds,
SearchSetting setting,
java.util.Collection<IPrimitive> selection,
java.util.function.Predicate<IPrimitive> predicate,
SearchAction.SearchReceiver resultReceiver) |