Uses of Class
org.eclipse.ui.part.Page
Packages that use Page
Package
Description
Provides the base classes to implement a search result view part for searches with textual matches.
Application programming interfaces for working with history.
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 Page in org.eclipse.compare.internal
Subclasses of Page in org.eclipse.compare.internal -
Uses of Page in org.eclipse.search.ui.text
Subclasses of Page in org.eclipse.search.ui.textModifier and TypeClassDescriptionclass
An abstract base implementation for classes showingAbstractTextSearchResult
instances. -
Uses of Page in org.eclipse.team.ui.history
Subclasses of Page in org.eclipse.team.ui.historyModifier and TypeClassDescriptionclass
Abstract HistoryPage class that keeps track of the history page site.Methods in org.eclipse.team.ui.history that return PageModifier and TypeMethodDescriptionfinal Page
ElementLocalHistoryPageSource.createPage
(Object object) IHistoryPageSource.createPage
(Object object) Called by the history view to create the page for this IFileHistoryProvider. -
Uses of Page in org.eclipse.ui.part
Subclasses of Page in org.eclipse.ui.partModifier and TypeClassDescriptionclass
A message page display a message in a pagebook view. -
Uses of Page in org.eclipse.ui.texteditor.templates
Subclasses of Page in org.eclipse.ui.texteditor.templates -
Uses of Page in org.eclipse.ui.views.contentoutline
Subclasses of Page in org.eclipse.ui.views.contentoutlineModifier and TypeClassDescriptionclass
An abstract base class for content outline pages. -
Uses of Page in org.eclipse.ui.views.properties
Subclasses of Page in org.eclipse.ui.views.propertiesModifier 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 Page in org.eclipse.ui.views.properties.tabbed
Subclasses of Page in org.eclipse.ui.views.properties.tabbedModifier and TypeClassDescriptionclass
A property sheet page that provides a tabbed UI.