|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionDescription
Interface which define method which must be implemented by action description object
Method Summary | |
---|---|
void |
createNodeDescription(NodeDescription desc)
Method which update the node description for this action The node have been initialised with the rigth type, we initialise the other fields |
java.lang.String |
getGUIKey()
GUIKey getter |
java.util.Vector<java.lang.String> |
getHelp()
Help getter |
java.lang.String |
getName()
Name getter |
java.util.Vector<ParameterDescription> |
getParams()
Get action parameters. |
void |
setGUIKey(java.lang.String key)
The GUIKey Setter, this key is the reference in the table which store the parameters definitions interfaces |
Method Detail |
---|
void createNodeDescription(NodeDescription desc)
desc
- The node descriptionvoid setGUIKey(java.lang.String key)
key
- The keyjava.lang.String getGUIKey()
java.lang.String getName()
java.util.Vector<java.lang.String> getHelp()
java.util.Vector<ParameterDescription> getParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |