|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteWorkbenchPart
Remote API Wrapper for the org.eclipse.ui.IWorkbenchPart
(Online documentation)
Original documentation:
A workbench part is a visual component within a workbench page. There are two subtypes: view and editor, as defined by IViewPart and IEditorPart.
A view is typically used to navigate a hierarchy of information (like the workspace), open an editor,
or display properties for the active editor. Modifications made in a view are saved immediately.
Method Summary | |
---|---|
IRemoteWorkbenchPartSite |
getSite()
Returns the site for this workbench part. |
java.lang.String |
getTitle()
Returns the title of this workbench part. |
java.lang.String |
getTitleToolTip()
Returns the title tool tip text of this workbench part. |
Methods inherited from interface com.mindoo.remote.api.IRemoteEclipseWrapper |
---|
_internalGetId, equalWrappedObjects |
Method Detail |
---|
IRemoteWorkbenchPartSite getSite() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getTitle() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getTitleToolTip() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |