Method Summary |
|
public void | dispose() Extends the superclass implementation to dispose the
actions in this group and its subgroups. |
public void | fillActionBars(IActionBars actionBars) Adds the actions in this group and its subgroups to the action bars. |
public void | fillContextMenu(IMenuManager menu) Fills the context menu with the actions contained in this group
and its subgroups. |
public void | handleKeyPressed(KeyEvent event) Handles a key pressed event by invoking the appropriate action,
delegating to the subgroups as necessary. |
protected void | handleResourceChanged(IResourceChangeEvent event) Handles a resource changed event by updating the enablement
if one of the selected projects is opened or closed. |
protected void | makeActions() Makes the actions contained directly in this action group. |
protected void | makeSubGroups() Makes the sub action groups. |
public void | runDefaultAction(IStructuredSelection selection) Runs the default action (open file) by delegating the open group. |
public void | setContext(ActionContext context) Extends the superclass implementation to set the context in the subgroups. |
public void | updateActionBars() Updates the actions which were added to the action bars,
delegating to the subgroups as necessary. |