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, registerContextMenugetPage, getSelectionProvider, getShell, getWorkbenchWindow, setSelectionProvidergetAdaptergetService, hasServiceIActionBars getActionBars()
String getSecondaryId()
null
if it has none.null
if it has noneIWorkbenchPage.showView(String, String, int)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.