Module 5: Creating a new CARMA view using the existing CARMA context provider
This module will take you through the steps of creating a new CARMA view using the default CARMA context provider.
Learning objectives
After completing this module, you should be able to:- Create an Eclipse plug-in project
- Import images into the plug-in project
- Create Java™ classes to implement the enhanced functionality offered by the plug-in
- Run and debug the 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:- Created an Eclipse plug-in project
- A image with dimensions of 16 x 16 pixels to use as the icon for your view
- Lesson 1: Set up dependencies, import images, and create the Java class
This lesson shows you how to add the dependencies, import images, and to create a Java class to handle the view. - Lesson 2: Write the Java code to handle the CARMADeveloperView
You need to implement two methods to control the CARMA view,createFramelistandcreateViewer. - Summary: Module 5
This module has guided you through the steps to create a plug-in project that creates the CARMA Developer View.