org.dftproject.genesis.ui
Class ApplicationWorkbenchWindowAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.WorkbenchWindowAdvisor
      extended by org.dftproject.genesis.ui.ApplicationWorkbenchWindowAdvisor

public class ApplicationWorkbenchWindowAdvisor
extends org.eclipse.ui.application.WorkbenchWindowAdvisor

ApplicationWorkbenchWindowAdvisor configures the workbench window.


Constructor Summary
ApplicationWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
          Creates an ApplicationWorkbenchWindowAdvisor.
 
Method Summary
 org.eclipse.ui.application.ActionBarAdvisor createActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer configurer)
           
 void preWindowOpen()
           
 
Methods inherited from class org.eclipse.ui.application.WorkbenchWindowAdvisor
createEmptyWindowContents, createWindowContents, dispose, getWindowConfigurer, 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(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
Creates an ApplicationWorkbenchWindowAdvisor.

Parameters:
configurer - an object for configuring the workbench window
Method Detail

createActionBarAdvisor

public org.eclipse.ui.application.ActionBarAdvisor createActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer configurer)
Overrides:
createActionBarAdvisor in class org.eclipse.ui.application.WorkbenchWindowAdvisor

preWindowOpen

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