RSE
Release 3.4

Uses of Interface
org.eclipse.rse.services.search.IHostSearchResult

Packages that use IHostSearchResult
org.eclipse.rse.services.search   
org.eclipse.rse.subsystems.files.core.subsystems   
 

Uses of IHostSearchResult in org.eclipse.rse.services.search
 

Classes in org.eclipse.rse.services.search that implement IHostSearchResult
 class AbstractSearchResult
          The RemoteSearchResultImpl class is an implementation of IRemoteSearchResult.
 

Methods in org.eclipse.rse.services.search that return IHostSearchResult
 IHostSearchResult[] IHostSearchResultConfiguration.getContainedResults(Object resultContainer)
          Gets the results contained within the resultContainer
 IHostSearchResult[] AbstractSearchResultConfiguration.getContainedResults(Object resultContainer)
           
 

Methods in org.eclipse.rse.services.search with parameters of type IHostSearchResult
 void IHostSearchResultConfiguration.addResults(Object container, IHostSearchResult[] results)
          Adds a set of search results along their associated container
 void AbstractSearchResultConfiguration.addResults(Object container, IHostSearchResult[] results)
           
 

Uses of IHostSearchResult in org.eclipse.rse.subsystems.files.core.subsystems
 

Subinterfaces of IHostSearchResult in org.eclipse.rse.subsystems.files.core.subsystems
 interface IRemoteSearchResult
          This interface represents a handle to a search result.
 

Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement IHostSearchResult
 class RemoteSearchResult
          The RemoteSearchResultImpl class is an implementation of IRemoteSearchResult.
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IHostSearchResult
 IHostSearchResult[] RemoteSearchResultConfiguration.getContainedResults(Object resultContainer)
           
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IHostSearchResult
 void RemoteSearchResultConfiguration.addResults(Object container, IHostSearchResult[] results)
           
 


RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.