Uses of Interface
org.eclipse.ui.part.IPageBookViewPage
Packages that use IPageBookViewPage
Package
Description
Classes and interface required to contribute search dialog pages and search result view pages.
Provides the base classes to implement a search result view part for searches with textual matches.
Application programming interfaces for working with history.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with the Eclipse console.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
Provides the Tabbed Properties framework.
- 
Uses of IPageBookViewPage in org.eclipse.compare.internalClasses in org.eclipse.compare.internal that implement IPageBookViewPage
- 
Uses of IPageBookViewPage in org.eclipse.search.uiSubinterfaces of IPageBookViewPage in org.eclipse.search.uiModifier and TypeInterfaceDescriptioninterfaceInterface to be implemented by contributors to the extension pointorg.eclipse.search.searchResultViewPages.
- 
Uses of IPageBookViewPage in org.eclipse.search.ui.textClasses in org.eclipse.search.ui.text that implement IPageBookViewPageModifier and TypeClassDescriptionclassAn abstract base implementation for classes showingAbstractTextSearchResultinstances.
- 
Uses of IPageBookViewPage in org.eclipse.team.ui.historyClasses in org.eclipse.team.ui.history that implement IPageBookViewPageModifier and TypeClassDescriptionclassAbstract HistoryPage class that keeps track of the history page site.
- 
Uses of IPageBookViewPage in org.eclipse.team.ui.synchronizeMethods in org.eclipse.team.ui.synchronize that return IPageBookViewPageModifier and TypeMethodDescriptionISynchronizeParticipant.createPage(ISynchronizePageConfiguration configuration) Creates and returns a new page for this synchronize participant.final IPageBookViewPageModelSynchronizeParticipant.createPage(ISynchronizePageConfiguration configuration) final IPageBookViewPageSubscriberParticipant.createPage(ISynchronizePageConfiguration configuration) 
- 
Uses of IPageBookViewPage in org.eclipse.ui.consoleClasses in org.eclipse.ui.console that implement IPageBookViewPageMethods in org.eclipse.ui.console that return IPageBookViewPageModifier and TypeMethodDescriptionIConsole.createPage(IConsoleView view) Creates and returns a new page for this console.IOConsole.createPage(IConsoleView view) MessageConsole.createPage(IConsoleView view) TextConsole.createPage(IConsoleView view) Methods in org.eclipse.ui.console with parameters of type IPageBookViewPageModifier and TypeMethodDescriptionvoidIConsolePageParticipant.init(IPageBookViewPage page, IConsole console) Called during page initialization.
- 
Uses of IPageBookViewPage in org.eclipse.ui.partClasses in org.eclipse.ui.part that implement IPageBookViewPageModifier and TypeClassDescriptionclassA message page display a message in a pagebook view.classAbstract base superclass for pages in a pagebook view.Methods in org.eclipse.ui.part with parameters of type IPageBookViewPageModifier and TypeMethodDescriptionprotected voidPageBookView.initPage(IPageBookViewPage page) Initializes the given page with a page site.
- 
Uses of IPageBookViewPage in org.eclipse.ui.texteditor.templatesSubinterfaces of IPageBookViewPage in org.eclipse.ui.texteditor.templatesClasses in org.eclipse.ui.texteditor.templates that implement IPageBookViewPage
- 
Uses of IPageBookViewPage in org.eclipse.ui.views.contentoutlineClasses in org.eclipse.ui.views.contentoutline that implement IPageBookViewPageModifier and TypeClassDescriptionclassAn abstract base class for content outline pages.
- 
Uses of IPageBookViewPage in org.eclipse.ui.views.propertiesClasses in org.eclipse.ui.views.properties that implement IPageBookViewPageModifier and TypeClassDescriptionclassThe 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.tabbedClasses in org.eclipse.ui.views.properties.tabbed that implement IPageBookViewPageModifier and TypeClassDescriptionclassA property sheet page that provides a tabbed UI.