Uses of Class
org.eclipse.ui.part.PageBookView.PageRec
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
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.
-
Uses of PageBookView.PageRec in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionprotected PageBookView.PageRec
AbstractDebugView.doCreatePage
(IWorkbenchPart part) Modifier and TypeMethodDescriptionprotected void
AbstractDebugView.doDestroyPage
(IWorkbenchPart part, PageBookView.PageRec pageRecord) -
Uses of PageBookView.PageRec in org.eclipse.ui.part
Modifier and TypeMethodDescriptionprotected abstract PageBookView.PageRec
PageBookView.doCreatePage
(IWorkbenchPart part) Creates a new page in the pagebook for a particular part.protected PageBookView.PageRec
PageBookView.getPageRec
(IWorkbenchPart part) Returns the page record for the given part.protected PageBookView.PageRec
PageBookView.getPageRec
(IPage page) Returns the page record for the given page of this view.Modifier and TypeMethodDescriptionprotected abstract void
PageBookView.doDestroyPage
(IWorkbenchPart part, PageBookView.PageRec pageRecord) Destroys a page in the pagebook for a particular part.protected void
PageBookView.showPageRec
(PageBookView.PageRec pageRec) Shows page contained in the given page record in this view. -
Uses of PageBookView.PageRec in org.eclipse.ui.texteditor.templates
Modifier and TypeMethodDescriptionprotected PageBookView.PageRec
TemplatesView.doCreatePage
(IWorkbenchPart part) Modifier and TypeMethodDescriptionprotected void
TemplatesView.doDestroyPage
(IWorkbenchPart part, PageBookView.PageRec rec) -
Uses of PageBookView.PageRec in org.eclipse.ui.views.contentoutline
Modifier and TypeMethodDescriptionprotected PageBookView.PageRec
ContentOutline.doCreatePage
(IWorkbenchPart part) Modifier and TypeMethodDescriptionprotected void
ContentOutline.doDestroyPage
(IWorkbenchPart part, PageBookView.PageRec rec) protected void
ContentOutline.showPageRec
(PageBookView.PageRec pageRec) TheContentOutline
implementation of thisPageBookView
method extends the behavior of its parent to use the current page as a selection provider. -
Uses of PageBookView.PageRec in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionprotected PageBookView.PageRec
PropertySheet.doCreatePage
(IWorkbenchPart part) Modifier and TypeMethodDescriptionprotected void
PropertySheet.doDestroyPage
(IWorkbenchPart part, PageBookView.PageRec rec)