|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryable<T>
An IQueryable contains objects, and is able to perform queries on those objects.
This interface may be implemented by clients.
Method Summary | |
---|---|
IQueryResult<T> |
query(IQuery<T> query,
IProgressMonitor monitor)
Performs a query, passing any objects that satisfy the query to the provided collector. |
Method Detail |
---|
IQueryResult<T> query(IQuery<T> query, IProgressMonitor monitor)
This method is long-running; progress and cancellation are provided by the given progress monitor.
query
- The query to performmonitor
- a progress monitor, or null
if progress
reporting is not desired
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.