Class LinkedWithEditorPartListener

  • All Implemented Interfaces:
    org.eclipse.ui.IPartListener2

    public class LinkedWithEditorPartListener
    extends java.lang.Object
    implements org.eclipse.ui.IPartListener2
    An IPartListener2 notifying an ILinkedWithEditorView, if the active editor changes.
    Author:
    Eugen Neufeld
    • Constructor Detail

      • LinkedWithEditorPartListener

        public LinkedWithEditorPartListener​(ILinkedWithEditorView view)
        Default constructor.
        Parameters:
        view - The ILinkedWithEditorView to be notified, if the active editor changes.
    • Method Detail

      • partActivated

        public void partActivated​(org.eclipse.ui.IWorkbenchPartReference ref)
        Specified by:
        partActivated in interface org.eclipse.ui.IPartListener2
      • partBroughtToTop

        public void partBroughtToTop​(org.eclipse.ui.IWorkbenchPartReference ref)
        Specified by:
        partBroughtToTop in interface org.eclipse.ui.IPartListener2
      • partOpened

        public void partOpened​(org.eclipse.ui.IWorkbenchPartReference ref)
        Specified by:
        partOpened in interface org.eclipse.ui.IPartListener2
      • partVisible

        public void partVisible​(org.eclipse.ui.IWorkbenchPartReference ref)
        Specified by:
        partVisible in interface org.eclipse.ui.IPartListener2
      • partClosed

        public void partClosed​(org.eclipse.ui.IWorkbenchPartReference ref)
        Specified by:
        partClosed in interface org.eclipse.ui.IPartListener2
      • partDeactivated

        public void partDeactivated​(org.eclipse.ui.IWorkbenchPartReference ref)
        Specified by:
        partDeactivated in interface org.eclipse.ui.IPartListener2
      • partHidden

        public void partHidden​(org.eclipse.ui.IWorkbenchPartReference ref)
        Specified by:
        partHidden in interface org.eclipse.ui.IPartListener2
      • partInputChanged

        public void partInputChanged​(org.eclipse.ui.IWorkbenchPartReference ref)
        Specified by:
        partInputChanged in interface org.eclipse.ui.IPartListener2