Eclipse Platform
2.0

Uses of Interface
org.eclipse.ui.IWorkbenchSite

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

Subinterfaces of IWorkbenchSite 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.
 interface IWorkbenchPartSite
          The primary interface between a workbench part and the outside world.
 

Uses of IWorkbenchSite in org.eclipse.ui.part
 

Subinterfaces of IWorkbenchSite in org.eclipse.ui.part
 interface IPageSite
          The primary interface between a page and the outside world.
 

Classes in org.eclipse.ui.part that implement IWorkbenchSite
 class MultiPageEditorSite
          Site for a nested editor within a multi-page editor.
 class PageSite
          This implemetation of IPageSite provides a site for a page within a PageBookView.
 


Eclipse Platform
2.0

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