Implementing a value editor for Rule Designer
You use a value editor to provide a custom graphical interface for your business-specific BOM types.
About this task
After you associated a BOM class with a value editor key (see Associating a value editor with a BOM type), you can implement a value editor for Rule Designer , and then create a Rule Designer plug-in with a value editor extension point.
The following procedure describes how to create a value editor for Abstract Windows Toolkit (AWT) editors. You can also create a value editor for Standard Windows Toolkit (SWT) editors by using the ilog.rules.brl.value.editor.IlrSWTValueEditorComposite and ilog.rules.brl.value.editor.IlrSWTValueEditorDialog classes.
An SWT implementation works only for the Intellirule editor.
Procedure
To implement a value editor for Rule Designer:
Results
You can now use the value editor in Rule Designer.