org.eclipse.ohf.stem.core.common.presentation
Class CoreEditorAdvisor.WindowAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.WorkbenchWindowAdvisor
      extended by org.eclipse.ohf.stem.core.common.presentation.CoreEditorAdvisor.WindowAdvisor
Enclosing class:
CoreEditorAdvisor

public static class CoreEditorAdvisor.WindowAdvisor
extends org.eclipse.ui.application.WorkbenchWindowAdvisor

RCP's window advisor


Constructor Summary
CoreEditorAdvisor.WindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
           
 
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, 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

CoreEditorAdvisor.WindowAdvisor

public CoreEditorAdvisor.WindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
See Also:
Method Detail

preWindowOpen

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

createActionBarAdvisor

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