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(SearchAction.SearchSetting setting,
DataSet ds,
SearchAction.SearchReceiver resultReceiver)
Create a new search task for the given search setting.
|
(package private) static SearchAction.SearchTask |
SearchAction.SearchTask.newSearchTask(SearchAction.SearchSetting setting,
SearchAction.SearchReceiver resultReceiver) |
Constructor and Description |
---|
SearchTask(DataSet ds,
SearchAction.SearchSetting setting,
java.util.Collection<OsmPrimitive> selection,
java.util.function.Predicate<OsmPrimitive> predicate,
SearchAction.SearchReceiver resultReceiver) |