org.eclipse.rse.ui.view
Interface IViewLinker
-
public interface IViewLinker
-
Since:
- 3.0
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
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.