Class toolWithConfig

Inherits

AbstractActionListener

Properties

LOCAL theDescription$="Example - With config"  

Description to be used for tool in the Contributed Tools list

Methods

FUNCTION actionPerformed(inActionEventID)  

This method will be called when the action is triggered from the contributed tools menu.


ParameterDescription
inActionEventID This is a reference to [Java Class:eventmanager/ExtCommand]
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.


ParameterDescription
inActionEventID This is a reference to [Java Class:eventmanager/ExtCommand]
FUNCTION hasConfigAction()  

This method is used to check whether a configuration action has been implemented.

Returns True (1) if a configuration action has been implemented