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.
|
Modifier and Type | Method and Description |
---|---|
protected PageBookView.PageRec |
AbstractDebugView.doCreatePage(IWorkbenchPart part) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDebugView.doDestroyPage(IWorkbenchPart part,
PageBookView.PageRec pageRecord) |
Modifier and Type | Method and Description |
---|---|
protected abstract PageBookView.PageRec |
PageBookView.doCreatePage(IWorkbenchPart part)
Creates a new page in the pagebook for a particular part.
|
protected PageBookView.PageRec |
PageBookView.getPageRec(IPage page)
Returns the page record for the given page of this view.
|
protected PageBookView.PageRec |
PageBookView.getPageRec(IWorkbenchPart part)
Returns the page record for the given part.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
protected PageBookView.PageRec |
TemplatesView.doCreatePage(IWorkbenchPart part) |
Modifier and Type | Method and Description |
---|---|
protected void |
TemplatesView.doDestroyPage(IWorkbenchPart part,
PageBookView.PageRec rec) |
Modifier and Type | Method and Description |
---|---|
protected PageBookView.PageRec |
ContentOutline.doCreatePage(IWorkbenchPart part) |
Modifier and Type | Method and Description |
---|---|
protected void |
ContentOutline.doDestroyPage(IWorkbenchPart part,
PageBookView.PageRec rec) |
protected void |
ContentOutline.showPageRec(PageBookView.PageRec pageRec)
The
ContentOutline implementation of this PageBookView method
extends the behavior of its parent to use the current page as a selection provider. |
Modifier and Type | Method and Description |
---|---|
protected PageBookView.PageRec |
PropertySheet.doCreatePage(IWorkbenchPart part) |
Modifier and Type | Method and Description |
---|---|
protected void |
PropertySheet.doDestroyPage(IWorkbenchPart part,
PageBookView.PageRec rec) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.