Class SearchAction.SelectSearchReceiver
- java.lang.Object
-
- org.openstreetmap.josm.actions.search.SearchAction.SelectSearchReceiver
-
- All Implemented Interfaces:
SearchAction.SearchReceiver
- Enclosing class:
- SearchAction
private static final class SearchAction.SelectSearchReceiver extends java.lang.Object implements SearchAction.SearchReceiver
Select the search result and display a status text for it.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SelectSearchReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
receiveSearchResult(OsmData<?,?,?,?> ds, java.util.Collection<IPrimitive> result, int foundMatches, SearchSetting setting, java.awt.Component parent)
Receive the search result
-
-
-
Constructor Detail
-
SelectSearchReceiver
private SelectSearchReceiver()
-
-
Method Detail
-
receiveSearchResult
public void receiveSearchResult(OsmData<?,?,?,?> ds, java.util.Collection<IPrimitive> result, int foundMatches, SearchSetting setting, java.awt.Component parent)
Description copied from interface:SearchAction.SearchReceiver
Receive the search result- Specified by:
receiveSearchResult
in interfaceSearchAction.SearchReceiver
- Parameters:
ds
- The data set searched on.result
- The result collection, including the initial collection.foundMatches
- The number of matches added to the result.setting
- The setting used.parent
- parent component
-
-