RSE
Release 3.2

org.eclipse.rse.ui.view
Interface IViewLinker


public interface IViewLinker

Since:
3.0

Method Summary
 void linkEditorToView(IEditorPart editor, ISystemTree systemTree)
          System View part calls link when using Link With Editor.
 void linkViewToEditor(Object remoteObject, IWorkbenchPage page)
          System View part calls link when using Link With Editor.
 

Method Detail

linkEditorToView

void linkEditorToView(IEditorPart editor,
                      ISystemTree systemTree)
System View part calls link when using Link With Editor. Provider of action supplies this implementation.

Parameters:
editor - the active editor
systemTree - the view to link

linkViewToEditor

void linkViewToEditor(Object remoteObject,
                      IWorkbenchPage page)
System View part calls link when using Link With Editor. Provider of action supplies this implementation.

Parameters:
editor - the active editor
page - the active workbench page

RSE
Release 3.2

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