Modifying the Configuration Page and Finish Action
After you have determined the changes that you want to make to
the example import formatter, modify the code that specifies the configuration
page and finish action.
Creating a customized import formatter requires knowledge of Java
programming.
- In the Eclipse Package Explorer view, expand the Example Importer
project and double-click plugin.xml to open the plug-in in the Editor view.
- In the Extensions tab, expand the com.ibm.rational.test.mt.interfaces.importConfigPages extension
and click (configpage).
- Change the source-type text field from Example
Type to the source type you are using.
- Change the display-name field to the name
of the import formatter you are creating. This name is displayed in the list
of source type formatters in the import wizard.
- Modify the display-class to define the UI
widgets that are displayed on the Manual Tester configuration
page.
- Change the finish-action-class that is called
when the Finish button is clicked
- Click .
Eclipse saves your modifications to the configuration page and finish
action. If these changes are correct, you can build the import formatter Eclipse
plug-in.