This class is used by the configuration option for EC_StyleCheck contributed tool. It is the logic that is used for the NOMADS panels used to configure the tool. |
The constructor for this class retrieves the data from the Eclipse Preference store. If the data does not exist, the default values that are hard-coded into this program will be used. | ||||
|
|
*nomads |
| LOCAL prefPfx$="com.pvx.ecStyleCheckUI." |
| LOCAL lbSepChar$=$09$ |
| PROPERTY rulesModified * Read Only * |
This property indidcates whether the rules have been modified |
| PROPERTY screen_id$="CONFIG_STYLE" |
Initial panel to be loaded for the configuration information |
| PROPERTY screen_lib$="com.pvx.util.en" |
The library for the panel definitions |
| FUNCTION getOption(inKeyword$) |
This method is used to read the options (AutoFix, Escalate). |
| FUNCTION getOption$(inKeyword$) |
This method is used to read the options (RulesState). |
|