Method Summary |
|
public void | dispose() Disposes any resources and unhooks any listeners that are no longer needed. |
public void | fillActionBars(int flags) |
protected void | fillCoolBar(ICoolBarManager coolBar) Fills the coolbar with the workbench actions. |
protected void | fillMenuBar(IMenuManager menuBar) Fills the menu bar with the workbench actions. |
protected void | fillStatusLine(IStatusLineManager statusLine) Fills the status line with the workbench contribution items. |
public boolean | isApplicationMenu(String menuId) Returns true if the menu with the given ID should
be considered as an OLE container menu. |
public boolean | isWorkbenchCoolItemId(String id) Return whether or not given id matches the id of the coolitems that
the workbench creates. |
protected void | makeActions(IWorkbenchWindow window) Creates actions (and contribution items) for the menu bar, toolbar and status line. |
void | updateBuildActions(boolean immediately) Update the build actions on the toolbar and menu bar based on the current
state of autobuild. |
void | updateModeLine(String text) |
void | updatePinActionToolbar() |