|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteWorkbenchPartReference
Remote API Wrapper for the org.eclipse.ui.IWorkbenchPartReference
(Online documentation)
Original documentation:
Implements a reference to a IWorkbenchPart. The IWorkbenchPart will not be instantiated until
the part becomes visible or the API getPart is sent with true;
Method Summary | |
---|---|
java.lang.String |
getContentDescription()
Returns the content description for the part (or the empty string if none) |
java.lang.String |
getId()
|
IRemoteWorkbenchPage |
getPage()
Returns the workbench page that contains this part |
IRemoteWorkbenchPart |
getPart(boolean restore)
Returns the IWorkbenchPart referenced by this object. |
java.lang.String |
getPartName()
Returns the name of the part, as it should be shown in tabs. |
java.lang.String |
getTitle()
|
Methods inherited from interface com.mindoo.remote.api.IRemoteEclipseWrapper |
---|
_internalGetId, equalWrappedObjects |
Method Detail |
---|
java.lang.String getId() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getTitle() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteWorkbenchPart.getTitle()
IRemoteWorkbenchPage getPage() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getPartName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getContentDescription() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteWorkbenchPart getPart(boolean restore) throws RemoteEclipseAPIException
restore
- tries to restore the part if true.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |