Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.ui.part.IPageSite

Packages that use IPageSite
org.eclipse.search.ui.text Provides the interface for a default search result page for textual searches.  
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.  
org.eclipse.ui.views.contentoutline Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited.  
 

Uses of IPageSite in org.eclipse.search.ui.text
 

Methods in org.eclipse.search.ui.text with parameters of type IPageSite
 void AbstractTextSearchViewPage.init(IPageSite pageSite)
          The Page implementation of this IPageBookViewPage method stores a reference to the supplied site (the site which contains this page).

Subclasses may extend.

 

Uses of IPageSite in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IPageSite
 class PageSite
          This implementation of IPageSite provides a site for a page within a PageBookView.
 

Methods in org.eclipse.ui.part that return IPageSite
 IPageSite IPageBookViewPage.getSite()
          Returns the site for this page.
 IPageSite Page.getSite()
          Returns the site which contains this page.
 IPageSite IPageBookViewPage.getSite()
          Returns the site for this page.
 IPageSite Page.getSite()
          Returns the site which contains this page.
 

Methods in org.eclipse.ui.part with parameters of type IPageSite
 void IPageBookViewPage.init(IPageSite site)
          Initializes this page with the given page site.
 void Page.init(IPageSite pageSite)
          The Page implementation of this IPageBookViewPage method stores a reference to the supplied site (the site which contains this page).
 void IPageBookViewPage.init(IPageSite site)
          Initializes this page with the given page site.
 void Page.init(IPageSite pageSite)
          The Page implementation of this IPageBookViewPage method stores a reference to the supplied site (the site which contains this page).
 

Uses of IPageSite in org.eclipse.ui.views.contentoutline
 

Methods in org.eclipse.ui.views.contentoutline with parameters of type IPageSite
 void ContentOutlinePage.init(IPageSite pageSite)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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