Interface IPartListener

    • Method Detail

      • partBroughtToTop

        void partBroughtToTop​(IWorkbenchPart part)
        Notifies this listener that the given part has been brought to the top.

        These events occur when an editor is brought to the top in the editor area, or when a view is brought to the top in a page book with multiple views. They are normally only sent when a part is brought to the top programmatically (via IPerspective.bringToTop). When a part is activated by the user clicking on it, only partActivated is sent.

        Parameters:
        part - the part that was surfaced
        See Also:
        IWorkbenchPage.bringToTop(org.eclipse.ui.IWorkbenchPart)