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 IWorkbenchWindowConfigurer
WorkbenchWindowAdvisor.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 TypeMethodDescriptionvoid
WorkbenchAdvisor.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.boolean
WorkbenchAdvisor.isApplicationMenu
(IWorkbenchWindowConfigurer configurer, String menuId) Deprecated.since 3.1, overrideActionBarAdvisor.isApplicationMenu(String)
insteadvoid
WorkbenchAdvisor.openIntro
(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.openIntro()
insteadvoid
WorkbenchAdvisor.postWindowClose
(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowClose()
insteadvoid
WorkbenchAdvisor.postWindowCreate
(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowCreate()
insteadvoid
WorkbenchAdvisor.postWindowOpen
(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowOpen()
insteadvoid
WorkbenchAdvisor.postWindowRestore
(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowRestore()
insteadvoid
WorkbenchAdvisor.preWindowOpen
(IWorkbenchWindowConfigurer configurer) Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.preWindowOpen()
insteadboolean
WorkbenchAdvisor.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.
WorkbenchWindowAdvisor.createWindowContents(Shell)
instead