RSE
Release 1.0

org.eclipse.rse.files.ui.actions
Class SystemRemoteFileSearchOpenWithMenu

java.lang.Object
  extended byorg.eclipse.jface.action.ContributionItem
      extended byorg.eclipse.rse.files.ui.actions.SystemRemoteFileOpenWithMenu
          extended byorg.eclipse.rse.files.ui.actions.SystemRemoteFileLineOpenWithMenu
              extended byorg.eclipse.rse.files.ui.actions.SystemRemoteFileSearchOpenWithMenu
All Implemented Interfaces:
IContributionItem

public class SystemRemoteFileSearchOpenWithMenu
extends SystemRemoteFileLineOpenWithMenu

Open with menu for remote search result openning


Field Summary
protected  IRemoteSearchResult _searchResult
           
 
Fields inherited from class org.eclipse.rse.files.ui.actions.SystemRemoteFileLineOpenWithMenu
_remoteLine
 
Fields inherited from class org.eclipse.rse.files.ui.actions.SystemRemoteFileOpenWithMenu
_remoteFile, ID, page, registry
 
Constructor Summary
SystemRemoteFileSearchOpenWithMenu()
           
 
Method Summary
protected static IMarker createMarker(IFile file, int line, int charStart, int charEnd)
           
protected  void handleGotoLine()
           
static void handleGotoLine(IRemoteFile remoteFile, IHostSearchResult searchResult)
           
 void updateSelection(IStructuredSelection selection)
           
 
Methods inherited from class org.eclipse.rse.files.ui.actions.SystemRemoteFileLineOpenWithMenu
fill, getDefaultTextEditor, getEditorRegistry, handleGotoLine, openEditor, outputToFile
 
Methods inherited from class org.eclipse.rse.files.ui.actions.SystemRemoteFileOpenWithMenu
createDefaultMenuItem, createMenuItem, getDefaultEditor, getEditorDescriptor, getImage, getPreferredEditor, isDynamic, setDefaultEditor
 
Methods inherited from class org.eclipse.jface.action.ContributionItem
dispose, fill, fill, fill, getId, getParent, isDirty, isEnabled, isGroupMarker, isSeparator, isVisible, saveWidgetState, setParent, setVisible, toString, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_searchResult

protected IRemoteSearchResult _searchResult
Constructor Detail

SystemRemoteFileSearchOpenWithMenu

public SystemRemoteFileSearchOpenWithMenu()
Method Detail

updateSelection

public void updateSelection(IStructuredSelection selection)
Overrides:
updateSelection in class SystemRemoteFileLineOpenWithMenu

handleGotoLine

protected void handleGotoLine()
Overrides:
handleGotoLine in class SystemRemoteFileLineOpenWithMenu

handleGotoLine

public static void handleGotoLine(IRemoteFile remoteFile,
                                  IHostSearchResult searchResult)

createMarker

protected static IMarker createMarker(IFile file,
                                      int line,
                                      int charStart,
                                      int charEnd)
                               throws CoreException
Throws:
CoreException

RSE
Release 1.0

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