Uses of Interface
org.eclipse.ui.application.IWorkbenchWindowConfigurer
-
Packages that use IWorkbenchWindowConfigurer Package Description org.eclipse.ui.application 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 IWorkbenchWindowConfigurer Modifier and Type Method Description IWorkbenchWindowConfigurer
IActionBarConfigurer. getWindowConfigurer()
Returns the workbench window configurer for the window containing this configurer's action bars.IWorkbenchWindowConfigurer
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.IWorkbenchWindowConfigurer
IWorkbenchConfigurer. restoreWorkbenchWindow(IMemento memento)
Restores a workbench window from the given memento.Methods in org.eclipse.ui.application with parameters of type IWorkbenchWindowConfigurer Modifier and Type Method Description void
WorkbenchAdvisor. createWindowContents(IWorkbenchWindowConfigurer configurer, Shell shell)
Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.createWindowContents(Shell)
insteadWorkbenchWindowAdvisor
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 IWorkbenchWindowConfigurer Constructor Description WorkbenchWindowAdvisor(IWorkbenchWindowConfigurer configurer)
Creates a new workbench window advisor for configuring a workbench window via the given workbench window configurer.
-