Class ApplicationWorkbenchWindowAdvisor


  • public class ApplicationWorkbenchWindowAdvisor
    extends org.eclipse.ui.application.WorkbenchWindowAdvisor
    Public class for configuring the window of the Qualimaster-App.
    Author:
    Holger Eichelberger
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationWorkbenchWindowAdvisor​(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
      Calls super constructor thus sets the given IWorkbenchWindowConfigurer for this application.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.ui.application.ActionBarAdvisor createActionBarAdvisor​(org.eclipse.ui.application.IActionBarConfigurer configurer)
      Creates ApplicationActionBarAdvisor with given IActionBarConfigurer configurer.
      void postWindowOpen()  
      void preWindowOpen()  
      boolean preWindowShellClose()  
      • Methods inherited from class org.eclipse.ui.application.WorkbenchWindowAdvisor

        cleanUpEditorArea, createEmptyWindowContents, createWindowContents, dispose, getWindowConfigurer, isDurableFolder, openIntro, postWindowClose, postWindowCreate, postWindowRestore, restoreState, saveState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApplicationWorkbenchWindowAdvisor

        public ApplicationWorkbenchWindowAdvisor​(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
        Calls super constructor thus sets the given IWorkbenchWindowConfigurer for this application.
        Parameters:
        configurer - The given IWorkbenchWindowConfigurer.
    • Method Detail

      • createActionBarAdvisor

        public org.eclipse.ui.application.ActionBarAdvisor createActionBarAdvisor​(org.eclipse.ui.application.IActionBarConfigurer configurer)
        Creates ApplicationActionBarAdvisor with given IActionBarConfigurer configurer.
        Overrides:
        createActionBarAdvisor in class org.eclipse.ui.application.WorkbenchWindowAdvisor
        Parameters:
        configurer - Given IActionBarConfigurer configurer.
        Returns:
        The ApplicationActionBarAdvisor for the given configurer.
      • preWindowOpen

        public void preWindowOpen()
        Overrides:
        preWindowOpen in class org.eclipse.ui.application.WorkbenchWindowAdvisor
      • postWindowOpen

        public void postWindowOpen()
        Overrides:
        postWindowOpen in class org.eclipse.ui.application.WorkbenchWindowAdvisor
      • preWindowShellClose

        public boolean preWindowShellClose()
        Overrides:
        preWindowShellClose in class org.eclipse.ui.application.WorkbenchWindowAdvisor