Uses of Interface
org.eclipse.ui.part.IPage
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
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.
Provides basic support for managing Team providers.
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 IPage in org.eclipse.compare.internal
-
Uses of IPage in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionprotected IPage
AbstractDebugView.createDefaultPage
(PageBook book) The default page for a debug view is its viewer. -
Uses of IPage in org.eclipse.search.ui
Modifier and TypeInterfaceDescriptioninterface
Interface to be implemented by contributors to the extension pointorg.eclipse.search.searchResultViewPages
. -
Uses of IPage in org.eclipse.search.ui.text
Modifier and TypeClassDescriptionclass
An abstract base implementation for classes showingAbstractTextSearchResult
instances. -
Uses of IPage in org.eclipse.team.ui
Modifier and TypeMethodDescriptionprotected abstract IPage
PageCompareEditorInput.createPage
(CompareViewerPane parent, IToolBarManager toolBarManager) Create the page for this part and return the top level control for the page. -
Uses of IPage in org.eclipse.team.ui.history
Modifier and TypeClassDescriptionclass
Abstract HistoryPage class that keeps track of the history page site.Modifier and TypeMethodDescriptionprotected IPage
HistoryPageCompareEditorInput.createPage
(CompareViewerPane parent, IToolBarManager toolBarManager) -
Uses of IPage in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected IPage
ParticipantPageCompareEditorInput.createPage
(CompareViewerPane parent, IToolBarManager toolBarManager) -
Uses of IPage in org.eclipse.ui.console
-
Uses of IPage in org.eclipse.ui.part
Modifier and TypeInterfaceDescriptioninterface
Interface for a page in a pagebook view.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 abstract IPage
PageBookView.createDefaultPage
(PageBook book) Creates and returns the default page for this view.PageBookView.getCurrentPage()
Returns the currently visible page for this view ornull
if no page is currently visible.PageBookView.getDefaultPage()
Returns the default page for this view.Modifier and TypeMethodDescriptionprotected boolean
PageBookView.doesPageExist
(IPage page) Returns true if the page has already been created.protected PageBookView.PageRec
PageBookView.getPageRec
(IPage page) Returns the page record for the given page of this view.protected PageSite
PageBookView.getPageSite
(IPage page) Returns the view site for the given page of this view.ModifierConstructorDescriptionPageRec
(IWorkbenchPart part, IPage page) Creates a new page record initialized to the given part and page. -
Uses of IPage in org.eclipse.ui.texteditor.templates
-
Uses of IPage in org.eclipse.ui.views.contentoutline
Modifier and TypeInterfaceDescriptioninterface
Marker-style interface for a content outline page.Modifier and TypeClassDescriptionclass
An abstract base class for content outline pages.Modifier and TypeMethodDescriptionprotected IPage
ContentOutline.createDefaultPage
(PageBook book) -
Uses of IPage in org.eclipse.ui.views.properties
Modifier and TypeInterfaceDescriptioninterface
Interface for a property sheet page that appears in a property sheet view.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.Modifier and TypeMethodDescriptionprotected IPage
PropertySheet.createDefaultPage
(PageBook book) protected IPage
PropertySheet.createPropertySheetPage
(PageBook book) Creates and returns a default properties page for this view. -
Uses of IPage in org.eclipse.ui.views.properties.tabbed
Modifier and TypeClassDescriptionclass
A property sheet page that provides a tabbed UI.