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.
  1. 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.
  2. In the Extensions tab, expand the com.ibm.rational.test.mt.interfaces.importConfigPages extension and click (configpage).
  3. Change the source-type text field from Example Type to the source type you are using.
  4. 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.
  5. Modify the display-class to define the UI widgets that are displayed on the Manual Tester configuration page.
  6. Change the finish-action-class that is called when the Finish button is clicked
  7. Click File > Save.
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.

Parent topic: Creating an Import Formatter

Feedback
(C) Copyright IBM Corporation 2004, 2005. All Rights Reserved.