Uses of Interface
org.eclipse.ui.application.IWorkbenchWindowConfigurer
Package
Description
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
-
Uses of IWorkbenchWindowConfigurer in org.eclipse.ui.application
Modifier 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.Modifier 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()
insteadModifierConstructorDescriptionWorkbenchWindowAdvisor
(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
Modifier and TypeClassDescriptionfinal class
Internal class providing special access for configuring workbench windows.Modifier and TypeMethodDescriptionWorkbenchConfigurer.getWindowConfigurer
(IWorkbenchWindow window) WorkbenchConfigurer.restoreWorkbenchWindow
(IMemento memento)
WorkbenchWindowAdvisor.createWindowContents(Shell)
instead