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.
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
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.