Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.ui.IWorkbenchPartSite

Packages that use IWorkbenchPartSite
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   
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.  
 

Uses of IWorkbenchPartSite in org.eclipse.team.ui
 

Methods in org.eclipse.team.ui that return IWorkbenchPartSite
 IWorkbenchPartSite SaveablePartAdapter.getSite()
           
 

Uses of IWorkbenchPartSite in org.eclipse.ui
 

Subinterfaces of IWorkbenchPartSite in org.eclipse.ui
 interface IEditorSite
          The primary interface between an editor part and the workbench.
 interface IViewSite
          The primary interface between a view part and the workbench.
 

Methods in org.eclipse.ui that return IWorkbenchPartSite
 IWorkbenchPartSite IWorkbenchPart.getSite()
          Returns the site for this workbench part.
 

Uses of IWorkbenchPartSite in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return IWorkbenchPartSite
 IWorkbenchPartSite HandlerSubmission.getActiveWorkbenchPartSite()
          Returns the workbench part site of the part that must be active for this request to be considered.
 

Constructors in org.eclipse.ui.commands with parameters of type IWorkbenchPartSite
HandlerSubmission(String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String commandId, IHandler handler, Priority priority)
          Creates a new instance of this class.
 

Uses of IWorkbenchPartSite in org.eclipse.ui.contexts
 

Methods in org.eclipse.ui.contexts that return IWorkbenchPartSite
 IWorkbenchPartSite EnabledSubmission.getActiveWorkbenchPartSite()
          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 IWorkbenchPartSite
EnabledSubmission(String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String contextId)
          Creates a new instance of this class.
 

Uses of IWorkbenchPartSite in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IWorkbenchPartSite
 class MultiPageEditorSite
          Site for a nested editor within a multi-page editor.
 

Methods in org.eclipse.ui.part that return IWorkbenchPartSite
 IWorkbenchPartSite WorkbenchPart.getSite()
           
 IWorkbenchPartSite WorkbenchPart.getSite()
           
 

Methods in org.eclipse.ui.part with parameters of type IWorkbenchPartSite
protected  void WorkbenchPart.setSite(IWorkbenchPartSite site)
          Sets the part site.
protected  void WorkbenchPart.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 IWorkbenchPartSite
DeferredTreeContentManager(ITreeContentProvider provider, AbstractTreeViewer viewer, IWorkbenchPartSite site)
          Create a new instance of the receiver using the supplied content provider and viewer.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.