com.ibm.jdg2e.miniwp
Class MiniWPWorkbenchWindowAdvisor

java.lang.Object
  extended byorg.eclipse.ui.application.WorkbenchWindowAdvisor
      extended bycom.ibm.jdg2e.miniwp.MiniWPWorkbenchWindowAdvisor

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


Constructor Summary
MiniWPWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
           
 
Method Summary
 org.eclipse.ui.application.ActionBarAdvisor createActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer abconfigurer)
           
 void postWindowOpen()
          Handle window initialization now that the main window's shell is available.
 void preWindowOpen()
           
 
Methods inherited from class org.eclipse.ui.application.WorkbenchWindowAdvisor
createEmptyWindowContents, createWindowContents, dispose, getWindowConfigurer, openIntro, postWindowClose, postWindowCreate, postWindowRestore, preWindowShellClose, restoreState, saveState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiniWPWorkbenchWindowAdvisor

public MiniWPWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer configurer)
Method Detail

createActionBarAdvisor

public org.eclipse.ui.application.ActionBarAdvisor createActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer abconfigurer)

postWindowOpen

public void postWindowOpen()
Handle window initialization now that the main window's shell is available.


preWindowOpen

public void preWindowOpen()