|
AbstractActionListener |
| LOCAL theDescription$="Example - With config" |
Description to be used for tool in the Contributed Tools list |
| FUNCTION actionPerformed(inActionEventID) | ||||
This method will be called when the action is triggered from the contributed tools menu.
| ||||
| ||||
| FUNCTION configPerformed(inActionEventID) | ||||
This method will be called when the 'Configure' action is triggered from the contributed tools menu. The code required to implement the configuration action is normally implemented as one or more NOMADS panels that this method will execute.
| ||||
| ||||
| FUNCTION hasConfigAction() | ||||
This method is used to check whether a configuration action has been implemented. | ||||
|
|