org.eclipse.ui
Interface IViewSite
- All Superinterfaces:
- IAdaptable, 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.
Method Summary |
java.lang.String |
getSecondaryId()
Returns the secondary id for this part site's part,
or null if it has none. |
getSecondaryId
java.lang.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)