Localized Term Editor
Identifier:
ilog.rules.studio.vocabulary.bom.editor.termEditors
Since:
JRules 6.5
Description:
Allows plug-ins to define a new term editor in Rule Studio.
Configuration Markup:
<!ELEMENT extension (termEditor+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- point - A fully qualified identifier of the target extension point.
- id - An optional identifier of the extension instance.
- name - An optional name of the extension instance.
<!ELEMENT termEditor EMPTY>
<!ATTLIST termEditor
class CDATA #REQUIRED
locales CDATA #REQUIRED>
- class - The name of the class that implements
ilog.rules.studio.vocabulary.bom.editor.term.IlrTermEditor.
- locales - The list of locales to be associated with the term editor. The locales are entered as a comma-separated list, using their Java representation. For example: "fr_FR, fr, en_US, en_UK, en".
Copyright © 1987-2008 ILOG S.A. All rights reserved.