Package | Description |
---|---|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.intro |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEditorSite
The primary interface between an editor part and the workbench.
|
interface |
IViewSite
The primary interface between a view part and the workbench.
|
interface |
IWorkbench
A workbench is the root object for the Eclipse Platform user interface.
|
interface |
IWorkbenchPartSite
The primary interface between a workbench part and the workbench.
|
interface |
IWorkbenchSite
The common interface between the workbench and its parts, including pages
within parts.
|
interface |
IWorkbenchWindow
A workbench window is a top level window in a workbench.
|
Modifier and Type | Method and Description |
---|---|
IServiceLocator |
SubActionBars.getServiceLocator()
Answer the service locator for this action bar.
|
IServiceLocator |
IActionBars.getServiceLocator()
Returns the service locator for these action bars.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SubActionBars.setServiceLocator(IServiceLocator locator)
Sets the service locator for this action bar.
|
Constructor and Description |
---|
SubActionBars(IActionBars parent,
IServiceLocator serviceLocator)
Constructs a new instance of
SubActionBars . |
SubActionBars2(IActionBars2 parent,
IServiceLocator serviceLocator)
Constucts a sub action bars object using an IActionBars2 parent.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IIntroSite
The primary interface between an intro part and the workbench.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPageSite
The primary interface between a page and the outside world.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPageEditorSite
Site for a nested editor within a multi-page editor.
|
class |
PageSite
This implementation of
IPageSite provides a site for a page
within a PageBookView . |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.