Uses of Interface
org.eclipse.ui.IWorkbenchPartSite
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides classes and interfaces to render memory blocks in the memory view.
Provides basic support for managing Team providers.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides support for integrating contexts into the Eclipse workbench.
Provides the Common Navigator framework.
Classes that provide the basic workbench UI support for undo and redo of
operations.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IWorkbenchPartSite in org.eclipse.compare.internal
-
Uses of IWorkbenchPartSite in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionstatic void
DebugUITools.addPartDebugContextListener
(IWorkbenchPartSite site, IDebugContextListener listener) Adds the given debug context listener as a listener to the debug context changed events, in the context of the given workbench part.static IAdaptable
DebugUITools.getPartDebugContext
(IWorkbenchPartSite site) Returns the currently active context for the given workbench part.void
IDetailPane.init
(IWorkbenchPartSite partSite) Initializes this detail pane for the given workbench part site.static void
DebugUITools.removePartDebugContextListener
(IWorkbenchPartSite site, IDebugContextListener listener) Removes the given debug context listener as a listener to the debug context changed events, in the context of the given workbench part. -
Uses of IWorkbenchPartSite in org.eclipse.debug.ui.memory
Modifier and TypeMethodDescriptionIMemoryRenderingSite.getSite()
Returns the workbench part site hosting memory renderings for this rendering site. -
Uses of IWorkbenchPartSite in org.eclipse.team.ui
-
Uses of IWorkbenchPartSite in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
The primary interface between an editor part and the workbench.interface
The primary interface between a view part and the workbench.Modifier and TypeMethodDescriptionIWorkbenchPart.getSite()
Returns the site for this workbench part.ModifierConstructorDescriptionLegacyHandlerSubmissionExpression
(String activePartId, Shell activeShell, IWorkbenchPartSite activeSite) Constructs a new instance ofLegacyHandlerSubmissionExpression
-
Uses of IWorkbenchPartSite in org.eclipse.ui.contexts
Modifier and TypeMethodDescriptionEnabledSubmission.getActiveWorkbenchPartSite()
Deprecated.Returns the workbench part site of the part that must be active for this request to be considered.ModifierConstructorDescriptionEnabledSubmission
(String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String contextId) Deprecated.Creates a new instance of this class. -
Uses of IWorkbenchPartSite in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
An editor container manages the services for an editor.class
PartSite
is the general implementation for anIWorkbenchPartSite
.class
A view container manages the services for a view.ModifierConstructorDescriptionKeyBindingService
(IWorkbenchPartSite workbenchPartSite) Constructs a new instance ofKeyBindingService
on a given workbench site. -
Uses of IWorkbenchPartSite in org.eclipse.ui.operations
ModifierConstructorDescriptionRedoActionHandler
(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. -
Uses of IWorkbenchPartSite in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
Site for a nested editor within a multi-page editor.Modifier and TypeMethodDescriptionprotected IWorkbenchPartSite
MultiPageEditorSite.getNestedEditorSite()
WorkbenchPart.getSite()
Modifier and TypeMethodDescriptionprotected final void
EditorPart.checkSite
(IWorkbenchPartSite site) Checks that the given site is valid for this type of part.protected final void
ViewPart.checkSite
(IWorkbenchPartSite site) 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. -
Uses of IWorkbenchPartSite in org.eclipse.ui.progress
ModifierConstructorDescriptionDeferredTreeContentManager
(AbstractTreeViewer viewer, IWorkbenchPartSite site) Create a new instance of the receiver using the supplied content provider and viewer.DeferredTreeContentManager
(ITreeContentProvider provider, AbstractTreeViewer viewer, IWorkbenchPartSite site) Deprecated.in 3.4. provider is not used by this class