|
org.eclipse.ui
Interface IViewSite
-
All Superinterfaces:
-
IAdaptable,
IServiceLocator,
IShellProvider,
IWorkbenchPartSite,
IWorkbenchSite
-
public interface IViewSite
- extends
IWorkbenchPartSite
The primary interface between a view part and the workbench.
The workbench exposes its implemention of view part sites via this interface,
which is not intended to be implemented or extended by clients.
-
Restriction:
- This interface is not intended to be implemented by clients.
getActionBars
IActionBars getActionBars()
- Returns the action bars for this part site.
Views have exclusive use of their site's action bars.
-
-
-
Returns:
- the action bars
getSecondaryId
String getSecondaryId()
- Returns the secondary id for this part site's part,
or
null if it has none.
-
-
-
Since:
- 3.0
-
See Also:
-
IWorkbenchPage.showView(String, String, int)
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|