Uses of Interface
org.eclipse.ui.application.IWorkbenchWindowConfigurer
Packages that use IWorkbenchWindowConfigurer
Package
Description
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
-
Uses of IWorkbenchWindowConfigurer in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return IWorkbenchWindowConfigurerModifier and TypeMethodDescriptionIActionBarConfigurer.getWindowConfigurer()Returns the workbench window configurer for the window containing this configurer's action bars.IWorkbenchConfigurer.getWindowConfigurer(IWorkbenchWindow window) Returns an object that can be used to configure the given window.protected IWorkbenchWindowConfigurerWorkbenchWindowAdvisor.getWindowConfigurer()Returns the workbench window configurer.IWorkbenchConfigurer.restoreWorkbenchWindow(IMemento memento) Restores a workbench window from the given memento.Methods in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurerModifier and TypeMethodDescriptionvoidWorkbenchAdvisor.createWindowContents(IWorkbenchWindowConfigurer configurer, Shell shell) Deprecated.WorkbenchAdvisor.createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer) Creates a new workbench window advisor for configuring a new workbench window via the given workbench window configurer.booleanWorkbenchAdvisor.isApplicationMenu(IWorkbenchWindowConfigurer configurer, String menuId) Deprecated.since 3.1, overrideActionBarAdvisor.isApplicationMenu(String)insteadvoidWorkbenchAdvisor.openIntro(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.openIntro()insteadvoidWorkbenchAdvisor.postWindowClose(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowClose()insteadvoidWorkbenchAdvisor.postWindowCreate(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowCreate()insteadvoidWorkbenchAdvisor.postWindowOpen(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowOpen()insteadvoidWorkbenchAdvisor.postWindowRestore(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowRestore()insteadvoidWorkbenchAdvisor.preWindowOpen(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.preWindowOpen()insteadbooleanWorkbenchAdvisor.preWindowShellClose(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.preWindowShellClose()insteadConstructors in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurerModifierConstructorDescriptionWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer) Creates a new workbench window advisor for configuring a workbench window via the given workbench window configurer. -
Uses of IWorkbenchWindowConfigurer in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IWorkbenchWindowConfigurerModifier and TypeClassDescriptionfinal classInternal class providing special access for configuring workbench windows.Methods in org.eclipse.ui.internal that return IWorkbenchWindowConfigurerModifier and TypeMethodDescriptionWorkbenchConfigurer.getWindowConfigurer(IWorkbenchWindow window) WorkbenchConfigurer.restoreWorkbenchWindow(IMemento memento)
WorkbenchWindowAdvisor.createWindowContents(Shell)instead