public class LinkedWithEditorPartListener extends Object implements org.eclipse.ui.IPartListener2
IPartListener2
notifying an ILinkedWithEditorView
, if the active editor changes.Constructor and Description |
---|
LinkedWithEditorPartListener(ILinkedWithEditorView view)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
partActivated(org.eclipse.ui.IWorkbenchPartReference ref) |
void |
partBroughtToTop(org.eclipse.ui.IWorkbenchPartReference ref) |
void |
partClosed(org.eclipse.ui.IWorkbenchPartReference ref) |
void |
partDeactivated(org.eclipse.ui.IWorkbenchPartReference ref) |
void |
partHidden(org.eclipse.ui.IWorkbenchPartReference ref) |
void |
partInputChanged(org.eclipse.ui.IWorkbenchPartReference ref) |
void |
partOpened(org.eclipse.ui.IWorkbenchPartReference ref) |
void |
partVisible(org.eclipse.ui.IWorkbenchPartReference ref) |
public LinkedWithEditorPartListener(ILinkedWithEditorView view)
view
- The ILinkedWithEditorView
to be notified, if the active editor changes.public void partActivated(org.eclipse.ui.IWorkbenchPartReference ref)
partActivated
in interface org.eclipse.ui.IPartListener2
public void partBroughtToTop(org.eclipse.ui.IWorkbenchPartReference ref)
partBroughtToTop
in interface org.eclipse.ui.IPartListener2
public void partOpened(org.eclipse.ui.IWorkbenchPartReference ref)
partOpened
in interface org.eclipse.ui.IPartListener2
public void partVisible(org.eclipse.ui.IWorkbenchPartReference ref)
partVisible
in interface org.eclipse.ui.IPartListener2
public void partClosed(org.eclipse.ui.IWorkbenchPartReference ref)
partClosed
in interface org.eclipse.ui.IPartListener2
public void partDeactivated(org.eclipse.ui.IWorkbenchPartReference ref)
partDeactivated
in interface org.eclipse.ui.IPartListener2
public void partHidden(org.eclipse.ui.IWorkbenchPartReference ref)
partHidden
in interface org.eclipse.ui.IPartListener2
public void partInputChanged(org.eclipse.ui.IWorkbenchPartReference ref)
partInputChanged
in interface org.eclipse.ui.IPartListener2
Copyright © 2019. All rights reserved.