Method Summary |
|
public void | addPluginAction(WWinPluginAction action) Adds one plugin action ref to the list. |
public void | dispose() Disposes of this action set. |
ActionSetActionBars | getBars() |
public IConfigurationElement | getConfigElement() Returns the configuration element. |
public ActionSetDescriptor | getDesc() Returns the underlying descriptor. |
public IAction[] | getPluginActions() Returns the list of plugin actions for the set. |
public void | init(IWorkbenchWindow window, IActionBars bars) Initializes this action set, which is expected to add it actions as required
to the given workbench window and action bars. |