Class ApplicationWorkbenchWindowAdvisor
- java.lang.Object
-
- org.eclipse.ui.application.WorkbenchWindowAdvisor
-
- net.ssehub.easy.producer.ui.application.ApplicationWorkbenchWindowAdvisor
-
public class ApplicationWorkbenchWindowAdvisor extends org.eclipse.ui.application.WorkbenchWindowAdvisorPublic 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 givenIWorkbenchWindowConfigurerfor this application.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.ui.application.ActionBarAdvisorcreateActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer configurer)CreatesApplicationActionBarAdvisorwith givenIActionBarConfigurerconfigurer.voidpostWindowOpen()voidpreWindowOpen()booleanpreWindowShellClose()
-
-
-
Constructor Detail
-
ApplicationWorkbenchWindowAdvisor
public ApplicationWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
Calls super constructor thus sets the givenIWorkbenchWindowConfigurerfor this application.- Parameters:
configurer- The givenIWorkbenchWindowConfigurer.
-
-
Method Detail
-
createActionBarAdvisor
public org.eclipse.ui.application.ActionBarAdvisor createActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer configurer)
CreatesApplicationActionBarAdvisorwith givenIActionBarConfigurerconfigurer.- Overrides:
createActionBarAdvisorin classorg.eclipse.ui.application.WorkbenchWindowAdvisor- Parameters:
configurer- GivenIActionBarConfigurerconfigurer.- Returns:
- The
ApplicationActionBarAdvisorfor the given configurer.
-
preWindowOpen
public void preWindowOpen()
- Overrides:
preWindowOpenin classorg.eclipse.ui.application.WorkbenchWindowAdvisor
-
postWindowOpen
public void postWindowOpen()
- Overrides:
postWindowOpenin classorg.eclipse.ui.application.WorkbenchWindowAdvisor
-
preWindowShellClose
public boolean preWindowShellClose()
- Overrides:
preWindowShellClosein classorg.eclipse.ui.application.WorkbenchWindowAdvisor
-
-