This is a Post-Process observer that will convert ProvideX data files to/from XML. It will also be registered as a contributed tool and will be added to that list under the 'ProvideX' item on the menu bar. |
| LOCAL theDescription$="Convert ProvideX keyed files to/from XML" |
| LOCAL theNotificationFlag=_pvxConstants'_idePostProcess |
| FUNCTION actionPerformed(inActionEventID) | ||||
This method will be called when the action is triggered from the contributed tools menu. | ||||
| ||||
| FUNCTION update(initPvxState) | ||||
The logic to be executed when the observer is triggered. This logic must check the major and minor codes to determine the current event and then decide what action is to be performed. | ||||
|
|
theDescription$, theNotificationFlag |
|
theDescription$, theNotificationFlag |
|
actionPerformed(), configPerformed(), getDescription$(), getEventNotificationFlag(), hasConfigAction(), init() |
|
getDescription$(), getEventNotificationFlag(), init(), update(), createAlternateSourceFile(), getAlternateSourceFile$() |
|