Module 3: Disable CARMA actions programmatically
This module guides you through how to hide or disable CARMA actions programmatically. The result of this module is the same as Module 2.
Learning objectives
After completing this module you should know how to:- Create an Eclipse plug-in project
- Define the plug-in extensions and dependencies
- Modify the
Activator
class - Run or Debug the Eclipse plug-in project
Time required
This module should take approximately 30 minutes to complete.Prerequisites
To successfully complete the lessons in this module, you should have:- Lesson 1: Define the extensions and dependencies for the plug-in project
This lesson guides you through defining extension points, including dependencies, creating an extension to the plug-in, and modifying theActivator
class to customize the menu options. - Lesson 2: Modify the Java Activator class
To reflect the modifications of the states and actions available to the CARMA member or container, you need to modify theActivator
class. - Summary: Module 3
This module has guided you through the steps to create a plug-in project and modify the actions available in the menu when you right-click on CARMA members in the CARMA Repositories view.