|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The primary interface between a workbench part and the workbench.
This interface is not intended to be implemented or extended by clients.
Method Summary | |
---|---|
String |
getId()
Returns the part registry extension id for this workbench site's part. |
IWorkbenchPart |
getPart()
Returns the part associated with this site |
String |
getPluginId()
Returns the unique identifier of the plug-in that defines this workbench site's part. |
String |
getRegisteredName()
Returns the registered name for this workbench site's part. |
Methods inherited from interface org.eclipse.ui.IWorkbenchSite |
---|
getPage, getSelectionProvider, getShell, getWorkbenchWindow, setSelectionProvider |
Method Detail |
public String getId()
The name comes from the id
attribute in the configuration
element.
public String getPluginId()
public String getRegisteredName()
The name comes from the name
attribute in the configuration
element.
public IWorkbenchPart getPart()
|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |