Uses of Interface
org.eclipse.ecf.presence.search.IResultList

Packages that use IResultList
org.eclipse.ecf.presence.search   
 

Uses of IResultList in org.eclipse.ecf.presence.search
 

Classes in org.eclipse.ecf.presence.search that implement IResultList
 class ResultList
          This Class implements IResultList.
 

Methods in org.eclipse.ecf.presence.search that return IResultList
 IResultList ISearch.getResultList()
          Gets a result list.
 

Methods in org.eclipse.ecf.presence.search with parameters of type IResultList
 void ISearch.setResultList(IResultList resultList)