|
AdventNet Web NMS 4 DMS API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface has to be implemented by the RTA UI component(panel on the right side in the RTA UI) implementation. This interface has few methods, which will be called based on the node operation(select/modify etc).
| Method Summary | |
java.lang.String |
getModuleDisplayName()
Returns the display name of the module. |
int |
getModuleID()
This should return some unique integer values. |
java.util.Vector |
getRequiredXMLFileNames()
This should return list of configuration files, the content of those files will be returned while selecting the probe. |
java.lang.Object |
getUserObject()
This will be called when the node switching happens between the leaf nodes of the probe. |
void |
setUserObject(java.lang.Object uo)
This will be called when the node switching happens between the leaf nodes of the probe. |
void |
updateUserObject(java.lang.Object uo)
This will be called when the name of the leaf node of the probe is edited. |
| Method Detail |
public void setUserObject(java.lang.Object uo)
uo - RTAData of the RTA UI implementationpublic void updateUserObject(java.lang.Object uo)
uo - RTAData of the RTA UI implementationpublic java.lang.Object getUserObject()
public int getModuleID()
public java.util.Vector getRequiredXMLFileNames()
public java.lang.String getModuleDisplayName()
|
AdventNet Web NMS 4 DMS API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||