Uses of Interface
org.eclipse.ui.IWorkbenchPartSite
Packages that use 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
Methods in org.eclipse.compare.internal that return IWorkbenchPartSite -
Uses of IWorkbenchPartSite in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IWorkbenchPartSiteModifier and TypeMethodDescriptionstatic voidDebugUITools.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 IAdaptableDebugUITools.getPartDebugContext(IWorkbenchPartSite site) Returns the currently active context for the given workbench part.voidIDetailPane.init(IWorkbenchPartSite partSite) Initializes this detail pane for the given workbench part site.static voidDebugUITools.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
Methods in org.eclipse.debug.ui.memory that return IWorkbenchPartSiteModifier and TypeMethodDescriptionIMemoryRenderingSite.getSite()Returns the workbench part site hosting memory renderings for this rendering site. -
Uses of IWorkbenchPartSite in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return IWorkbenchPartSite -
Uses of IWorkbenchPartSite in org.eclipse.ui
Subinterfaces of IWorkbenchPartSite in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceThe primary interface between an editor part and the workbench.interfaceThe primary interface between a view part and the workbench.Methods in org.eclipse.ui that return IWorkbenchPartSiteModifier and TypeMethodDescriptionIWorkbenchPart.getSite()Returns the site for this workbench part.Constructors in org.eclipse.ui with parameters of type IWorkbenchPartSiteModifierConstructorDescriptionLegacyHandlerSubmissionExpression(String activePartId, Shell activeShell, IWorkbenchPartSite activeSite) Constructs a new instance ofLegacyHandlerSubmissionExpression -
Uses of IWorkbenchPartSite in org.eclipse.ui.contexts
Methods in org.eclipse.ui.contexts that return IWorkbenchPartSiteModifier and TypeMethodDescriptionEnabledSubmission.getActiveWorkbenchPartSite()Deprecated.Returns the workbench part site of the part that must be active for this request to be considered.Constructors in org.eclipse.ui.contexts with parameters of type IWorkbenchPartSiteModifierConstructorDescriptionEnabledSubmission(String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String contextId) Deprecated.Creates a new instance of this class. -
Uses of IWorkbenchPartSite in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IWorkbenchPartSiteModifier and TypeClassDescriptionclassAn editor container manages the services for an editor.classPartSiteis the general implementation for anIWorkbenchPartSite.classA view container manages the services for a view.Constructors in org.eclipse.ui.internal with parameters of type IWorkbenchPartSiteModifierConstructorDescriptionKeyBindingService(IWorkbenchPartSite workbenchPartSite) Constructs a new instance ofKeyBindingServiceon a given workbench site. -
Uses of IWorkbenchPartSite in org.eclipse.ui.operations
Constructors in org.eclipse.ui.operations with parameters of type IWorkbenchPartSiteModifierConstructorDescriptionRedoActionHandler(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
Classes in org.eclipse.ui.part that implement IWorkbenchPartSiteModifier and TypeClassDescriptionclassSite for a nested editor within a multi-page editor.Methods in org.eclipse.ui.part that return IWorkbenchPartSiteModifier and TypeMethodDescriptionprotected IWorkbenchPartSiteMultiPageEditorSite.getNestedEditorSite()WorkbenchPart.getSite()Methods in org.eclipse.ui.part with parameters of type IWorkbenchPartSiteModifier and TypeMethodDescriptionprotected final voidEditorPart.checkSite(IWorkbenchPartSite site) Checks that the given site is valid for this type of part.protected final voidViewPart.checkSite(IWorkbenchPartSite site) protected voidWorkbenchPart.checkSite(IWorkbenchPartSite site) Checks that the given site is valid for this type of part.protected voidWorkbenchPart.setSite(IWorkbenchPartSite site) Sets the part site. -
Uses of IWorkbenchPartSite in org.eclipse.ui.progress
Constructors in org.eclipse.ui.progress with parameters of type IWorkbenchPartSiteModifierConstructorDescriptionDeferredTreeContentManager(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, for removal: This API element is subject to removal in a future version.in 3.4. provider is not used by this class