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 tutorial 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.
This creates an Eclipse project for the newly-created plug-in in the
Project Explorer:
The Eclipse plug-in manifest overview is opened in the editor window:
The Eclipse plug-in manifest editor manages and edits all the meta information of an Eclipse plug-in.
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.