Package | Description |
---|---|
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.history |
Application programming interfaces for working with history.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextSearchViewPage.init(IPageSite pageSite)
The
Page implementation of this IPageBookViewPage method
stores a reference to the supplied site (the site which contains this
page). |
Modifier and Type | Method and Description |
---|---|
IPageSite |
IHistoryPageSite.getWorkbenchPageSite()
Return the workbench page site for the page or
null if a
workbench page site is not available (e.g. if the page is being shown in
a dialog). |
Modifier and Type | Method and Description |
---|---|
IPageSite |
TextConsolePage.getSite() |
Modifier and Type | Method and Description |
---|---|
void |
TextConsolePage.init(IPageSite pageSite) |
Modifier and Type | Method and Description |
---|---|
static ICommonViewerSite |
CommonViewerSiteFactory.createCommonViewerSite(String anId,
IPageSite aPageSite) |
Modifier and Type | Class and Description |
---|---|
class |
PageSite
This implementation of
IPageSite provides a site for a page
within a PageBookView . |
Modifier and Type | Method and Description |
---|---|
IPageSite |
IPageBookViewPage.getSite()
Returns the site for this page.
|
IPageSite |
Page.getSite()
Returns the site which contains this page.
|
Modifier and Type | Method and Description |
---|---|
void |
IPageBookViewPage.init(IPageSite site)
Initializes this page with the given page site.
|
void |
Page.init(IPageSite pageSite)
The
Page implementation of this IPageBookViewPage method
stores a reference to the supplied site (the site which contains this
page). |
Modifier and Type | Method and Description |
---|---|
void |
ContentOutlinePage.init(IPageSite pageSite) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.