de.cau.cs.kieler.krep.evalbench.application
Class ApplicationWorkbenchWindowAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.WorkbenchWindowAdvisor
      extended by de.cau.cs.kieler.krep.evalbench.application.ApplicationWorkbenchWindowAdvisor

public class ApplicationWorkbenchWindowAdvisor
extends WorkbenchWindowAdvisor

Configures this application's workbench window.

Rating red

Constructor Summary
ApplicationWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)
          Creates the workbench window advisor.
 
Method Summary
 ActionBarAdvisor createActionBarAdvisor(IActionBarConfigurer configurer)
           
 void preWindowOpen()
           
 
Methods inherited from class org.eclipse.ui.application.WorkbenchWindowAdvisor
createEmptyWindowContents, createWindowContents, dispose, getWindowConfigurer, isDurableFolder, openIntro, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, preWindowShellClose, 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(IWorkbenchWindowConfigurer configurer)
Creates the workbench window advisor.

Parameters:
configurer - the workbench window configurer
Method Detail

createActionBarAdvisor

public ActionBarAdvisor createActionBarAdvisor(IActionBarConfigurer configurer)
Overrides:
createActionBarAdvisor in class WorkbenchWindowAdvisor

preWindowOpen

public void preWindowOpen()
Overrides:
preWindowOpen in class WorkbenchWindowAdvisor