Uses of Interface
org.eclipse.ui.part.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.internal
-
Uses of IPageBookViewPage in org.eclipse.search.ui
Modifier and TypeInterfaceDescriptioninterface
Interface to be implemented by contributors to the extension pointorg.eclipse.search.searchResultViewPages
. -
Uses of IPageBookViewPage in org.eclipse.search.ui.text
Modifier and TypeClassDescriptionclass
An abstract base implementation for classes showingAbstractTextSearchResult
instances. -
Uses of IPageBookViewPage in org.eclipse.team.ui.history
Modifier and TypeClassDescriptionclass
Abstract HistoryPage class that keeps track of the history page site. -
Uses of IPageBookViewPage in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionISynchronizeParticipant.createPage
(ISynchronizePageConfiguration configuration) Creates and returns a new page for this synchronize participant.final IPageBookViewPage
ModelSynchronizeParticipant.createPage
(ISynchronizePageConfiguration configuration) final IPageBookViewPage
SubscriberParticipant.createPage
(ISynchronizePageConfiguration configuration) -
Uses of IPageBookViewPage in org.eclipse.ui.console
Modifier 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) Modifier and TypeMethodDescriptionvoid
IConsolePageParticipant.init
(IPageBookViewPage page, IConsole console) Called during page initialization. -
Uses of IPageBookViewPage in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
A message page display a message in a pagebook view.class
Abstract base superclass for pages in a pagebook view.Modifier and TypeMethodDescriptionprotected void
PageBookView.initPage
(IPageBookViewPage page) Initializes the given page with a page site. -
Uses of IPageBookViewPage in org.eclipse.ui.texteditor.templates
-
Uses of IPageBookViewPage in org.eclipse.ui.views.contentoutline
Modifier and TypeClassDescriptionclass
An abstract base class for content outline pages. -
Uses of IPageBookViewPage in org.eclipse.ui.views.properties
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
A property sheet page that provides a tabbed UI.