|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResultList
This interface provides methods to handle the result list that match the search.
Method Summary | |
---|---|
IResult |
getResult(java.lang.String field,
java.lang.String value)
Get the result that math the specific field and value |
java.util.Collection |
getResults()
Get results that match the search. |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
java.util.Collection getResults()
IResult
null
.
May return an empty Collection.IResult getResult(java.lang.String field, java.lang.String value)
field
- field's name used as argument to try to match the searchvalue
- value for the respective field used as argument to try to match the search
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |