For a declarative editor action, see if we can link it to a command.
This is a legacy bridge class, and should not be used outside of the Eclipse
SDK. Please use menu contributions to display a command in a menu or toolbar.
Note: Clients may instantiate.
since: 3.3
Constructor Summary
public
ContributedAction(IServiceLocator locator, IConfigurationElement element) Create an action that can call a command.
Parameters: locator - The appropriate service locator to use.
Create an action that can call a command.
Parameters: locator - The appropriate service locator to use. If you use a part siteas your locator, this action will be tied to your part. Parameters: element - the contributed action element