| java.lang.Object org.eclipse.ui.part.PageSite
PageSite | public class PageSite implements IPageSite,INestable(Code) | | This implementation of IPageSite provides a site for a page
within a PageBookView . Most methods are forwarded to the
view's site.
|
Constructor Summary | |
public | PageSite(IViewSite parentViewSite) Creates a new sub view site of the given parent view site. |
PageSite | public PageSite(IViewSite parentViewSite)(Code) | | Creates a new sub view site of the given parent view site.
Parameters: parentViewSite - the parent view site |
activate | public void activate()(Code) | | |
deactivate | public void deactivate()(Code) | | |
dispose | protected void dispose()(Code) | | Disposes of the menu extender contributions.
|
getActionBars | public IActionBars getActionBars()(Code) | | The PageSite implementation of this IPageSite method
returns the SubActionBars for this site.
the subactionbars for this site |
getSelectionProvider | public ISelectionProvider getSelectionProvider()(Code) | | |
getShell | public Shell getShell()(Code) | | |
hasService | final public boolean hasService(Class key)(Code) | | |
registerContextMenu | public void registerContextMenu(String menuID, MenuManager menuMgr, ISelectionProvider selProvider)(Code) | | |
setSelectionProvider | public void setSelectionProvider(ISelectionProvider provider)(Code) | | |
|
|