Uses of Interface
org.openstreetmap.josm.actions.search.SearchAction.SearchReceiver
-
Packages that use SearchAction.SearchReceiver Package Description org.openstreetmap.josm.actions.search Provides the classes for JOSMsearch action. -
-
Uses of SearchAction.SearchReceiver in org.openstreetmap.josm.actions.search
Classes in org.openstreetmap.josm.actions.search that implement SearchAction.SearchReceiver Modifier and Type Class Description private static classSearchAction.CapturingSearchReceiverThis class stores the result of the search in a local variable.private static classSearchAction.SelectSearchReceiverSelect the search result and display a status text for it.Fields in org.openstreetmap.josm.actions.search declared as SearchAction.SearchReceiver Modifier and Type Field Description private SearchAction.SearchReceiverSearchAction.SearchTask. resultReceiverMethods in org.openstreetmap.josm.actions.search with parameters of type SearchAction.SearchReceiver Modifier and Type Method Description (package private) static SearchAction.SearchTaskSearchAction.SearchTask. newSearchTask(SearchSetting setting, SearchAction.SearchReceiver resultReceiver)private static SearchAction.SearchTaskSearchAction.SearchTask. newSearchTask(SearchSetting setting, OsmData<?,?,?,?> ds, SearchAction.SearchReceiver resultReceiver)Create a new search task for the given search setting.Constructors in org.openstreetmap.josm.actions.search with parameters of type SearchAction.SearchReceiver Constructor Description SearchTask(OsmData<?,?,?,?> ds, SearchSetting setting, java.util.Collection<IPrimitive> selection, java.util.function.Predicate<IPrimitive> predicate, SearchAction.SearchReceiver resultReceiver)
-