Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IWorkbenchPartSite

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

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 outside world.
 interface IViewSite
          The primary interface between a view part and the outside world.
 

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.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()
           
 

Methods in org.eclipse.ui.part with parameters of type IWorkbenchPartSite
protected  void WorkbenchPart.setSite(IWorkbenchPartSite site)
          Sets the part site.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.