Uses of Interface
org.eclipse.ui.part.IPageSite
-
Packages that use IPageSite 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. -
-
Uses of IPageSite in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text with parameters of type IPageSite Modifier and Type Method Description voidAbstractTextSearchViewPage. init(IPageSite pageSite) -
Uses of IPageSite in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history that return IPageSite Modifier and Type Method Description IPageSiteIHistoryPageSite. getWorkbenchPageSite()Return the workbench page site for the page ornullif 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 IPageSite Modifier and Type Method Description IPageSiteTextConsolePage. getSite()Methods in org.eclipse.ui.console with parameters of type IPageSite Modifier and Type Method Description voidTextConsolePage. init(IPageSite pageSite) -
Uses of IPageSite in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator with parameters of type IPageSite Modifier and Type Method Description static ICommonViewerSiteCommonViewerSiteFactory. createCommonViewerSite(String anId, IPageSite aPageSite) -
Uses of IPageSite in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IPageSite Modifier and Type Class Description classPageSiteThis implementation ofIPageSiteprovides a site for a page within aPageBookView.Methods in org.eclipse.ui.part that return IPageSite Modifier and Type Method Description IPageSiteIPageBookViewPage. getSite()Returns the site for this page.IPageSitePage. getSite()Returns the site which contains this page.Methods in org.eclipse.ui.part with parameters of type IPageSite Modifier and Type Method Description voidIPageBookViewPage. init(IPageSite site)Initializes this page with the given page site.voidPage. init(IPageSite pageSite)ThePageimplementation of thisIPageBookViewPagemethod stores a reference to the supplied site (the site which contains this page). -
Uses of IPageSite in org.eclipse.ui.views.contentoutline
Methods in org.eclipse.ui.views.contentoutline with parameters of type IPageSite Modifier and Type Method Description voidContentOutlinePage. init(IPageSite pageSite)
-