Interface IResultProvider
- 
- All Superinterfaces:
 IExternalizeable
- All Known Implementing Classes:
 BaseLeaf,BaseNode,FinderNode,UnionNode
public interface IResultProvider extends IExternalizeable
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfindResults(SearchQuery query, IFinder.FindCallback callback, ProgressMonitor monitor)longgetEstimatedTime(SearchScope scope)SearchResultsgetResults(SearchQuery query, ProgressMonitor monitor)- 
Methods inherited from interface jetbrains.mps.ide.findusages.IExternalizeable
read, write 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getResults
@NotNull SearchResults getResults(@NotNull SearchQuery query, @Nullable ProgressMonitor monitor)
 
- 
findResults
void findResults(@NotNull SearchQuery query, @NotNull IFinder.FindCallback callback, @Nullable ProgressMonitor monitor)
 
- 
getEstimatedTime
long getEstimatedTime(SearchScope scope)
 
 - 
 
 -