Eclipse Platform
Release 3.0

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

Packages that use IPageBookViewPage
org.eclipse.search.ui Provides classes and interfaces to run search queries and manage their results.  
org.eclipse.search.ui.text Provides the interface for a default search result page for textual searches.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. 
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.  
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.  
 

Uses of IPageBookViewPage in org.eclipse.search.ui
 

Subinterfaces of IPageBookViewPage in org.eclipse.search.ui
 interface ISearchResultPage
          A ISearchResultPage is used to render the search results for a particular class of ISearchResult (as specified in the searchResultClass attribute of the extension point) in the search view.
 

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

Classes in org.eclipse.search.ui.text that implement IPageBookViewPage
 class AbstractTextSearchViewPage
          An abstract base implementation for classes showing AbstractTextSearchResult instances.
 

Uses of IPageBookViewPage in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return IPageBookViewPage
 IPageBookViewPage SubscriberParticipant.createPage(ISynchronizePageConfiguration configuration)
           
 IPageBookViewPage ISynchronizeParticipant.createPage(ISynchronizePageConfiguration configuration)
          Creates and returns a new page for this synchronize participant.
 

Uses of IPageBookViewPage in org.eclipse.ui.console
 

Methods in org.eclipse.ui.console that return IPageBookViewPage
 IPageBookViewPage MessageConsole.createPage(IConsoleView view)
           
 IPageBookViewPage IConsole.createPage(IConsoleView view)
          Creates and returns a new page for this console.
 

Uses of IPageBookViewPage in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IPageBookViewPage
 class MessagePage
          A message page display a message in a pagebook view.
 class Page
          Abstract base superclass for pages in a pagebook view.
 

Methods in org.eclipse.ui.part with parameters of type IPageBookViewPage
protected  void PageBookView.initPage(IPageBookViewPage page)
          Initializes the given page with a page site.
protected  void PageBookView.initPage(IPageBookViewPage page)
          Initializes the given page with a page site.
 

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

Classes in org.eclipse.ui.views.contentoutline that implement IPageBookViewPage
 class ContentOutlinePage
          An abstract base class for content outline pages.
 

Uses of IPageBookViewPage in org.eclipse.ui.views.properties
 

Classes in org.eclipse.ui.views.properties that implement IPageBookViewPage
 class PropertySheetPage
          The standard implementation of property sheet page which presents a table of property names and values obtained from the current selection in the active workbench part.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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