|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The primary interface between an editor part and the outside world.
The workbench exposes its implemention of editor part sites via this interface, which is not intended to be implemented or extended by clients.
Method Summary | |
IEditorActionBarContributor |
getActionBarContributor()
Returns the action bar contributor for this editor. |
IActionBars |
getActionBars()
Returns the action bars for this part site. |
Methods inherited from interface org.eclipse.ui.IWorkbenchPartSite |
getId, getKeyBindingService, getPluginId, getRegisteredName, registerContextMenu, registerContextMenu |
Methods inherited from interface org.eclipse.ui.IWorkbenchSite |
getPage, getSelectionProvider, getShell, getWorkbenchWindow, setSelectionProvider |
Method Detail |
public IEditorActionBarContributor getActionBarContributor()
An action contributor is responsable for the creation of actions. By design, this contributor is used for one or more editors of the same type. Thus, the contributor returned by this method is not owned completely by the editor - it is shared.
null
if none existspublic IActionBars getActionBars()
IEditorActionBarContributor
.
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |