public interface IViewSite extends IWorkbenchPartSite
The workbench exposes its implemention of view part sites via this interface, which is not intended to be implemented or extended by clients.
Modifier and Type | Method and Description |
---|---|
IActionBars |
getActionBars()
Returns the action bars for this part site.
|
String |
getSecondaryId()
Returns the secondary id for this part site's part,
or
null if it has none. |
getId, getKeyBindingService, getPart, getPluginId, getRegisteredName, registerContextMenu, registerContextMenu
getPage, getSelectionProvider, getShell, getWorkbenchWindow, setSelectionProvider
getAdapter
getService, hasService
IActionBars getActionBars()
String getSecondaryId()
null
if it has none.IWorkbenchPage.showView(String, String, int)
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.