RSE
Release 1.0

Uses of Interface
org.eclipse.rse.subsystems.files.core.subsystems.IRemoteSearchResult

Packages that use IRemoteSearchResult
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore.model   
 

Uses of IRemoteSearchResult in org.eclipse.rse.files.ui.actions
 

Fields in org.eclipse.rse.files.ui.actions declared as IRemoteSearchResult
protected  IRemoteSearchResult SystemSearchEditFileLineAction._searchResult
           
protected  IRemoteSearchResult SystemRemoteFileSearchOpenWithMenu._searchResult
           
 

Methods in org.eclipse.rse.files.ui.actions with parameters of type IRemoteSearchResult
 void SystemSearchEditFileLineAction.process(IRemoteFile remoteFile, IRemoteSearchResult searchResult)
          Process the remote file selection.
static void SystemSearchEditFileLineAction.handleGotoLine(IRemoteFile remoteFile, IRemoteSearchResult searchResult)
           
 

Constructors in org.eclipse.rse.files.ui.actions with parameters of type IRemoteSearchResult
SystemSearchBrowseFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, IRemoteSearchResult searchResult)
          Constructor to create an edit action that jumps to a file line.
SystemSearchEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, IRemoteSearchResult searchResult)
          Constructor to create an edit action that jumps to a file line.
 

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

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

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IRemoteSearchResult
 IRemoteSearchResult RemoteFileSubSystem.getRemoteSearchResultObject(String key)
           
 IRemoteSearchResult IRemoteFileSubSystem.getRemoteSearchResultObject(String key)
          Given a key, returns a search result object for it.
 

Uses of IRemoteSearchResult in org.eclipse.rse.subsystems.files.dstore.model
 

Classes in org.eclipse.rse.subsystems.files.dstore.model that implement IRemoteSearchResult
 class DStoreSearchResult
          Class for describing a line of command output on a universal system
 


RSE
Release 1.0

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