Package | Description |
---|---|
org.eclipse.debug.ui.memory |
Provides classes and interfaces to render memory blocks in the memory view.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.commands | |
org.eclipse.ui.contexts |
Provides support for integrating contexts into the Eclipse workbench.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.operations |
Classes that provide the basic workbench UI support for undo and redo of
operations.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.progress |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchPartSite |
IMemoryRenderingSite.getSite()
Returns the workbench part site hosting memory renderings for this rendering site.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchPartSite |
SaveablePartAdapter.getSite() |
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.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchPartSite |
IWorkbenchPart.getSite()
Returns the site for this workbench part.
|
Constructor and Description |
---|
LegacyHandlerSubmissionExpression(String activePartId,
Shell activeShell,
IWorkbenchPartSite activeSite)
Constructs a new instance of
LegacyHandlerSubmissionExpression |
Modifier and Type | Method and Description |
---|---|
IWorkbenchPartSite |
HandlerSubmission.getActiveWorkbenchPartSite()
Deprecated.
Returns the workbench part site of the part that must be active for this
request to be considered.
|
Constructor and Description |
---|
HandlerSubmission(String activePartId,
Shell activeShell,
IWorkbenchPartSite activeWorkbenchPartSite,
String commandId,
IHandler handler,
Priority priority)
Deprecated.
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchPartSite |
EnabledSubmission.getActiveWorkbenchPartSite()
Deprecated.
Returns the workbench part site of the part that must be active for this
request to be considered.
|
Constructor and Description |
---|
EnabledSubmission(String activePartId,
Shell activeShell,
IWorkbenchPartSite activeWorkbenchPartSite,
String contextId)
Deprecated.
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchPartSite |
ICommonViewerWorkbenchSite.getSite() |
Constructor and Description |
---|
RedoActionHandler(IWorkbenchPartSite site,
IUndoContext context)
Construct an action handler that handles the labelling and enabling of
the redo action for the specified undo context.
|
UndoActionHandler(IWorkbenchPartSite site,
IUndoContext context)
Construct an action handler that handles the labelling and enabling of
the undo action for the specified undo context.
|
UndoRedoActionGroup(IWorkbenchPartSite site,
IUndoContext undoContext,
boolean pruneHistory)
Construct an undo redo action group for the specified workbench part
site, using the specified undo context.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPageEditorSite
Site for a nested editor within a multi-page editor.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchPartSite |
WorkbenchPart.getSite() |
Modifier and Type | Method and Description |
---|---|
protected void |
EditorPart.checkSite(IWorkbenchPartSite site)
Checks that the given site is valid for this type of part.
|
protected void |
ViewPart.checkSite(IWorkbenchPartSite site)
Checks that the given site is valid for this type of part.
|
protected void |
WorkbenchPart.checkSite(IWorkbenchPartSite site)
Checks that the given site is valid for this type of part.
|
protected void |
WorkbenchPart.setSite(IWorkbenchPartSite site)
Sets the part site.
|
Constructor and Description |
---|
DeferredTreeContentManager(ITreeContentProvider provider,
AbstractTreeViewer viewer,
IWorkbenchPartSite site)
Create a new instance of the receiver using the supplied content
provider and viewer.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.