|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkbenchPartSite
The primary interface between a workbench part and the workbench.
This interface is not intended to be implemented or extended by clients.
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the part registry extension id for this workbench site's part. |
IWorkbenchPart |
getPart()
Returns the part associated with this site |
java.lang.String |
getPluginId()
Returns the unique identifier of the plug-in that defines this workbench site's part. |
java.lang.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 |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
java.lang.String getId()
The name comes from the id
attribute in the configuration
element.
java.lang.String getPluginId()
java.lang.String getRegisteredName()
The name comes from the name
attribute in the configuration
element.
IWorkbenchPart getPart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |