com.mindoo.remote.api.org.eclipse.ui
Interface IRemoteViewSite

All Superinterfaces:
IRemoteEclipseWrapper, IRemoteServiceLocator, IRemoteWorkbenchPartSite, IRemoteWorkbenchSite

public interface IRemoteViewSite
extends IRemoteWorkbenchSite, IRemoteWorkbenchPartSite, IRemoteEclipseWrapper

Remote API Wrapper for the org.eclipse.ui.IViewSite (Online documentation)

Original documentation:
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.
 
Methods inherited from interface com.mindoo.remote.api.org.eclipse.ui.IRemoteWorkbenchSite
getPage, getWorkbenchWindow
 
Methods inherited from interface com.mindoo.remote.api.org.eclipse.ui.IRemoteWorkbenchPartSite
getId, getPart, getPluginId
 
Methods inherited from interface com.mindoo.remote.api.org.eclipse.ui.services.IRemoteServiceLocator
getService, hasService
 
Methods inherited from interface com.mindoo.remote.api.IRemoteEclipseWrapper
_internalGetId, equalWrappedObjects
 

Method Detail

getSecondaryId

java.lang.String getSecondaryId()
                                throws RemoteEclipseAPIException
Returns the secondary id for this part site's part, or null if it has none.

Returns:
the secondary id for this part site's part or null if it has none
Throws:
RemoteEclipseAPIException