In this exercise, you will create a Browse Member Action,
and add it to the CARMA context menu using an extension point. This
new action will allow for a CARMAMember to be selected
and opened in a read-only mode.
Note: This exercise involves more Java coding and debugging than the previous
exercises.
Learning objectives
After completing
this exercise, you should be able to:
- Create a Eclipse plugin project
- Create Java classes to add
items to the context menu
- Add the action to an extension point
- Run and debug the plugin project
Time required
This exercise should take
approximately 45 minutes to complete.
Prerequisites
To successfully complete
this exercise, you should have: