Uses of Class
org.eclipse.ui.part.PageBookView.PageRec
-
Packages that use PageBookView.PageRec Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support.org.eclipse.ui.views.contentoutline Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited.org.eclipse.ui.views.properties 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
Methods in org.eclipse.debug.ui that return PageBookView.PageRec Modifier and Type Method Description protected PageBookView.PageRecAbstractDebugView. doCreatePage(IWorkbenchPart part)Methods in org.eclipse.debug.ui with parameters of type PageBookView.PageRec Modifier and Type Method Description protected voidAbstractDebugView. doDestroyPage(IWorkbenchPart part, PageBookView.PageRec pageRecord) -
Uses of PageBookView.PageRec in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return PageBookView.PageRec Modifier and Type Method Description protected abstract PageBookView.PageRecPageBookView. doCreatePage(IWorkbenchPart part)Creates a new page in the pagebook for a particular part.protected PageBookView.PageRecPageBookView. getPageRec(IWorkbenchPart part)Returns the page record for the given part.protected PageBookView.PageRecPageBookView. getPageRec(IPage page)Returns the page record for the given page of this view.Methods in org.eclipse.ui.part with parameters of type PageBookView.PageRec Modifier and Type Method Description protected abstract voidPageBookView. doDestroyPage(IWorkbenchPart part, PageBookView.PageRec pageRecord)Destroys a page in the pagebook for a particular part.protected voidPageBookView. 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
Methods in org.eclipse.ui.texteditor.templates that return PageBookView.PageRec Modifier and Type Method Description protected PageBookView.PageRecTemplatesView. doCreatePage(IWorkbenchPart part)Methods in org.eclipse.ui.texteditor.templates with parameters of type PageBookView.PageRec Modifier and Type Method Description protected voidTemplatesView. doDestroyPage(IWorkbenchPart part, PageBookView.PageRec rec) -
Uses of PageBookView.PageRec in org.eclipse.ui.views.contentoutline
Methods in org.eclipse.ui.views.contentoutline that return PageBookView.PageRec Modifier and Type Method Description protected PageBookView.PageRecContentOutline. doCreatePage(IWorkbenchPart part)Methods in org.eclipse.ui.views.contentoutline with parameters of type PageBookView.PageRec Modifier and Type Method Description protected voidContentOutline. doDestroyPage(IWorkbenchPart part, PageBookView.PageRec rec)protected voidContentOutline. showPageRec(PageBookView.PageRec pageRec)TheContentOutlineimplementation of thisPageBookViewmethod 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
Methods in org.eclipse.ui.views.properties that return PageBookView.PageRec Modifier and Type Method Description protected PageBookView.PageRecPropertySheet. doCreatePage(IWorkbenchPart part)Methods in org.eclipse.ui.views.properties with parameters of type PageBookView.PageRec Modifier and Type Method Description protected voidPropertySheet. doDestroyPage(IWorkbenchPart part, PageBookView.PageRec rec)
-