Class MultiEditor

    • Constructor Detail

      • MultiEditor

        public MultiEditor()
    • Method Detail

      • updateGradient

        public void updateGradient​(IEditorPart editor)
        Updates the gradient in the title bar.
        Parameters:
        editor - the editor to update; not null
      • createInnerPartControl

        public Composite createInnerPartControl​(Composite parent,
                                                IEditorPart e)
        Create the control of the inner editor. Must be called by subclass.
      • setFocus

        public void setFocus()
        Description copied from interface: IWorkbenchPart
        Asks this part to take focus within the workbench. Parts must assign focus to one of the controls contained in the part's parent composite.

        Clients should not call this method (the workbench calls this method at appropriate times). To have the workbench activate a part, use IWorkbenchPage.activate(IWorkbenchPart) instead.

        Specified by:
        setFocus in interface IWorkbenchPart
        Overrides:
        setFocus in class AbstractMultiEditor
      • getShellActivated

        protected boolean getShellActivated()
        Return true if the shell is activated.
      • getInnerEditorContainer

        public Composite getInnerEditorContainer​(IEditorReference innerEditorReference)
        Description copied from class: AbstractMultiEditor
        This method is called after createPartControl has been executed and should return the container for the given inner editor.
        Specified by:
        getInnerEditorContainer in class AbstractMultiEditor
        Parameters:
        innerEditorReference - a reference to the inner editor that is being created.
        Returns:
        the container in which the inner editor's pane and part controls are to be created.