Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use IPageBookViewPage
org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages. 
org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches. 
org.eclipse.team.ui.history Application programming interfaces for working with history Package Specification This package specifies the API for providing history pages to the history view. 
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.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support. 
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. 
org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. 
 

Uses of IPageBookViewPage in org.eclipse.search.ui
 

Subinterfaces of IPageBookViewPage in org.eclipse.search.ui
 interface ISearchResultPage
          Interface to be implemented by contributors to the extension point org.eclipse.search.searchResultViewPages.
 

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.history
 

Classes in org.eclipse.team.ui.history that implement IPageBookViewPage
 class HistoryPage
          Abstract HistoryPage class that keeps track of the history page site.
 

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

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

Uses of IPageBookViewPage in org.eclipse.ui.console
 

Classes in org.eclipse.ui.console that implement IPageBookViewPage
 class TextConsolePage
          A page for a text console.
 

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

Methods in org.eclipse.ui.console with parameters of type IPageBookViewPage
 void IConsolePageParticipant. init ( IPageBookViewPage page, IConsole console)
          Called during page initialization.
 

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.
 

Uses of IPageBookViewPage in org.eclipse.ui.texteditor.templates
 

Subinterfaces of IPageBookViewPage in org.eclipse.ui.texteditor.templates
 interface ITemplatesPage
          Interface for a templates page.
 

Classes in org.eclipse.ui.texteditor.templates that implement IPageBookViewPage
 class AbstractTemplatesPage
          Abstract default implementation for ITemplatesPage.
 

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.
 

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

Classes in org.eclipse.ui.views.properties.tabbed that implement IPageBookViewPage
 class TabbedPropertySheetPage
          A property sheet page that provides a tabbed UI.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire