Package | Description |
---|---|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.search.ui |
Classes and interface required to contribute search dialog pages and search result view pages.
|
org.eclipse.search.ui.text |
Provides the base classes to implement a search result view part for searches with textual matches.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.team.ui.history |
Application programming interfaces for working with history.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
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.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Method and Description |
---|---|
protected IPage |
AbstractDebugView.createDefaultPage(PageBook book)
The default page for a debug view is its viewer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISearchResultPage
Interface to be implemented by contributors to the extension point
org.eclipse.search.searchResultViewPages . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextSearchViewPage
An abstract base implementation for classes showing
AbstractTextSearchResult instances. |
Modifier and Type | Method and Description |
---|---|
protected abstract IPage |
PageCompareEditorInput.createPage(CompareViewerPane parent,
IToolBarManager toolBarManager)
Create the page for this part and return the top level control
for the page.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryPage
Abstract HistoryPage class that keeps track of the history page site.
|
Modifier and Type | Method and Description |
---|---|
protected IPage |
HistoryPageCompareEditorInput.createPage(CompareViewerPane parent,
IToolBarManager toolBarManager) |
Modifier and Type | Method and Description |
---|---|
protected IPage |
ParticipantPageCompareEditorInput.createPage(CompareViewerPane parent,
IToolBarManager toolBarManager) |
Modifier and Type | Class and Description |
---|---|
class |
TextConsolePage
A page for a text console.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPageBookViewPage
Interface for a page in a pagebook view.
|
Modifier and Type | Class and Description |
---|---|
class |
MessagePage
A message page display a message in a pagebook view.
|
class |
Page
Abstract base superclass for pages in a pagebook view.
|
Modifier and Type | Field and Description |
---|---|
IPage |
PageBookView.PageRec.page
The page.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IPage |
PageBookView.createDefaultPage(PageBook book)
Creates and returns the default page for this view.
|
IPage |
PageBookView.getCurrentPage()
Returns the currently visible page for this view or
null
if no page is currently visible. |
IPage |
PageBookView.getDefaultPage()
Returns the default page for this view.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Constructor and Description |
---|
PageRec(IWorkbenchPart part,
IPage page)
Creates a new page record initialized to the given part and page.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITemplatesPage
Interface for a templates page.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTemplatesPage
Abstract default implementation for
ITemplatesPage . |
Modifier and Type | Method and Description |
---|---|
protected IPage |
TemplatesView.createDefaultPage(PageBook book) |
Modifier and Type | Interface and Description |
---|---|
interface |
IContentOutlinePage
Marker-style interface for a content outline page.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentOutlinePage
An abstract base class for content outline pages.
|
Modifier and Type | Method and Description |
---|---|
protected IPage |
ContentOutline.createDefaultPage(PageBook book) |
Modifier and Type | Interface and Description |
---|---|
interface |
IPropertySheetPage
Interface for a property sheet page that appears in a property sheet view.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertySheetPage
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 Type | Method and Description |
---|---|
protected IPage |
PropertySheet.createDefaultPage(PageBook book) |
Modifier and Type | Class and Description |
---|---|
class |
TabbedPropertySheetPage
A property sheet page that provides a tabbed UI.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.