To make use of the functionality that AWM provides, the required AWM plug-ins have to be added as dependencies to custom plug-ins.
The following describes how to create a new Eclipse plug-in which uses the AWM plug-in API.
Plug-in development is done in the Eclipse IDE within the Plug-in Development perspective.
This opens the Open Perspective dialog box.
This opens the New Plug-in Project dialog box.
This creates an Eclipse plug-in project in Project Explorer.
The Eclipse plug-in manifest overview is opened in the editor window:
The Eclipse plug-in manifest editor enables you to edit all the meta information for the Eclipse plug-in.
This opens the Plug-in Selection dialog box.
The AWM core plug-in, including all of its required dependencies, are added as dependencies to the plug-in so that you can make use of the public classes and methods provided by the AWM API packages.
After saving the changes the Java classes can import classes from AWM packages which are part of the AWM API.