Uses of Class
org.eclipse.ui.part.PageBook
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 PageBook 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 PageBook in org.eclipse.ui.part
Modifier and TypeMethodDescriptionprotected PageBook
PageBookView.getPageBook()
Returns the pagebook control for this view.Modifier and TypeMethodDescriptionprotected abstract IPage
PageBookView.createDefaultPage
(PageBook book) Creates and returns the default page for this view. -
Uses of PageBook in org.eclipse.ui.texteditor.templates
-
Uses of PageBook in org.eclipse.ui.views.contentoutline
Modifier and TypeMethodDescriptionprotected IPage
ContentOutline.createDefaultPage
(PageBook book) -
Uses of PageBook in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionprotected IPage
PropertySheet.createDefaultPage
(PageBook book) protected IPage
PropertySheet.createPropertySheetPage
(PageBook book) Creates and returns a default properties page for this view.