Eclipse Platform
2.0

org.eclipse.ui
Interface IViewSite

All Superinterfaces:
IWorkbenchPartSite, IWorkbenchSite

public interface IViewSite
extends IWorkbenchPartSite

The primary interface between a view part and the outside world.

The workbench exposes its implemention of view part sites via this interface, which is not intended to be implemented or extended by clients.


Method Summary
 IActionBars getActionBars()
          Returns the action bars for this part site.
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPartSite
getId, getPluginId, getRegisteredName, registerContextMenu, registerContextMenu
 
Methods inherited from interface org.eclipse.ui.IWorkbenchSite
getPage, getSelectionProvider, getShell, getWorkbenchWindow, setSelectionProvider
 

Method Detail

getActionBars

public IActionBars getActionBars()
Returns the action bars for this part site. Views have exclusive use of their site's action bars.

Returns:
the action bars

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.