public interface ILinkedWithEditorView
Modifier and Type | Method and Description |
---|---|
void |
editorActivated(org.eclipse.ui.IEditorPart activatedEditor)
Called to tell the view, that a certain
IEditorPart has been activated. |
org.eclipse.ui.IViewSite |
getViewSite()
Deprecated.
Use ViewPart#getViewSite instead
|
void editorActivated(org.eclipse.ui.IEditorPart activatedEditor)
IEditorPart
has been activated.activatedEditor
- The activated IEditorPart
@Deprecated org.eclipse.ui.IViewSite getViewSite()
IViewSite
of the linked partCopyright © 2019. All rights reserved.