Uses of Interface
org.eclipse.ui.application.IWorkbenchWindowConfigurer

Packages that use IWorkbenchWindowConfigurer
org.eclipse.ercp.eworkbench   
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface. 
 

Uses of IWorkbenchWindowConfigurer in org.eclipse.ercp.eworkbench
 

Methods in org.eclipse.ercp.eworkbench with parameters of type IWorkbenchWindowConfigurer
 void eWorkbenchAdvisor.preWindowOpen(IWorkbenchWindowConfigurer configurer)
           
 

Uses of IWorkbenchWindowConfigurer in org.eclipse.ui.application
 

Methods in org.eclipse.ui.application that return IWorkbenchWindowConfigurer
protected  IWorkbenchWindowConfigurer WorkbenchWindowAdvisor.getWindowConfigurer()
          Returns the workbench org.eclipse.jface.window configurer.
 IWorkbenchWindowConfigurer IWorkbenchConfigurer.getWindowConfigurer(IWorkbenchWindow window)
          Returns an object that can be used to configure the given org.eclipse.jface.window.
 

Methods in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurer
 Control WorkbenchAdvisor.createEmptyWindowContents(IWorkbenchWindowConfigurer configurer, Composite parent)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.createEmptyWindowContents(Composite) instead
 void WorkbenchAdvisor.createWindowContents(IWorkbenchWindowConfigurer configurer, Shell shell)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.createWindowContents(Shell) instead
 WorkbenchWindowAdvisor WorkbenchAdvisor.createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)
          EXPERIMENTAL -- May change before 3.1 ships.
 boolean WorkbenchAdvisor.isApplicationMenu(IWorkbenchWindowConfigurer configurer, java.lang.String menuId)
          Deprecated. since 3.1, override ActionBarAdvisor#isApplicationMenu(String) instead
 void WorkbenchAdvisor.openIntro(IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.openIntro() instead
 void WorkbenchAdvisor.postWindowClose(IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowClose() instead
 void WorkbenchAdvisor.postWindowCreate(IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowCreate() instead
 void WorkbenchAdvisor.postWindowOpen(IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowOpen() instead
 void WorkbenchAdvisor.postWindowRestore(IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowRestore() instead
 void WorkbenchAdvisor.preWindowOpen(IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.preWindowOpen() instead
 boolean WorkbenchAdvisor.preWindowShellClose(IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.preWindowShellClose() instead
 

Constructors in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurer
WorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)
          Creates a new workbench org.eclipse.jface.window advisor for configuring a workbench org.eclipse.jface.window via the given workbench org.eclipse.jface.window configurer.