Modifying the Generator Used in the RuleApp Code Generation Wizards |
PREVIOUS NEXT |
The JRules wizards for a Client Project for RuleApps and Artifacts for RuleApps have four pages:
The last three pages can be redefined by specifying a nested wizard.
To redefine the wizards:
ilog.rules.studio.res.generator for more information on these attributes:
creationWizardClass field in the extension.
completionWizardClass field in the extension.
Class fields you need to specify a class that inherits from the IWizard Eclipse interface, or a class that extends the IlrFileGeneratorWizard class if you intend to access the RuleApp project selected in the previous pages and the instance of the selected generator.
A page in the nested wizard can inherit from IWizardPage, or extend the IlrFileGeneratorWizardPage class. This class sets the context sensitive help, the page title, and the wizard banner.
You can specify the plug-in where the wizard is defined explicitly by referencing the creationWizardPlugin or completionWizardPlugin fields.
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |