org.gla.bisb
Class ApplicationWorkbenchWindowAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.WorkbenchWindowAdvisor
      extended by org.gla.bisb.ApplicationWorkbenchWindowAdvisor

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

This class participates in creation of the main window.

Author:
Vladislav Vyshemirsky

Constructor Summary
ApplicationWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
          The default constructor.
 
Method Summary
 org.eclipse.ui.application.ActionBarAdvisor createActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer configurer)
          Creates the action bar advisor.
 void preWindowOpen()
          Setting the default for the first time run.
 
Methods inherited from class org.eclipse.ui.application.WorkbenchWindowAdvisor
createEmptyWindowContents, createWindowContents, dispose, openIntro, postWindowClose, postWindowCreate, postWindowOpen, postWindowRestore, preWindowShellClose, restoreState, saveState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationWorkbenchWindowAdvisor

public ApplicationWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
The default constructor.

Parameters:
configurer -
Method Detail

createActionBarAdvisor

public org.eclipse.ui.application.ActionBarAdvisor createActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer configurer)
Creates the action bar advisor.

Overrides:
createActionBarAdvisor in class org.eclipse.ui.application.WorkbenchWindowAdvisor
See Also:
WorkbenchWindowAdvisor.createActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer)

preWindowOpen

public void preWindowOpen()
Setting the default for the first time run.

Overrides:
preWindowOpen in class org.eclipse.ui.application.WorkbenchWindowAdvisor
See Also:
WorkbenchWindowAdvisor.preWindowOpen()