Uses of Interface
org.eclipse.ui.part.IPageSite
Packages that use IPageSite
Package
Description
Provides the base classes to implement a search result view part for searches with textual matches.
Application programming interfaces for working with history.
Application programming interfaces for interaction
with the Eclipse console.
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
-
Uses of IPageSite in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text with parameters of type IPageSite -
Uses of IPageSite in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history that return IPageSiteModifier and TypeMethodDescriptionIHistoryPageSite.getWorkbenchPageSite()
Return the workbench page site for the page ornull
if a workbench page site is not available (e.g. if the page is being shown in a dialog). -
Uses of IPageSite in org.eclipse.ui.console
Methods in org.eclipse.ui.console that return IPageSiteMethods in org.eclipse.ui.console with parameters of type IPageSite -
Uses of IPageSite in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IPageSiteModifier and TypeClassDescriptionclass
This implementation ofIPageSite
provides a site for a page within aPageBookView
.Methods in org.eclipse.ui.part that return IPageSiteModifier and TypeMethodDescriptionIPageBookViewPage.getSite()
Returns the site for this page.Page.getSite()
Returns the site which contains this page.Methods in org.eclipse.ui.part with parameters of type IPageSite -
Uses of IPageSite in org.eclipse.ui.views.contentoutline
Methods in org.eclipse.ui.views.contentoutline with parameters of type IPageSite