org.eclipse.ui.application |
Package-level Javadoc
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Package Specification
This package provides APIs that allow the main plug-in (the
"application") to configure and control the Eclipse Platform User
Interface, most notably the workbench. These APIs are not of interest to normal
Eclipse plug-ins.
|
Java Source File Name | Type | Comment |
ActionBarAdvisor.java | Class | Public base class for configuring the action bars of a workbench window. |
IActionBarConfigurer.java | Interface | Interface providing special access for configuring the action bars
of a workbench window. |
IWorkbenchConfigurer.java | Interface | Interface providing special access for configuring the workbench. |
IWorkbenchWindowConfigurer.java | Interface | Interface providing special access for configuring workbench windows.
Window configurer objects are in 1-1 correspondence with the workbench
windows they configure. |
WorkbenchAdvisor.java | Class | Public base class for configuring the workbench.
Note that the workbench advisor object is created in advance of creating the
workbench. |
WorkbenchWindowAdvisor.java | Class | Public base class for configuring a workbench window. |