|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.scenario.isac.egui.plugins.ControlDescription
public class ControlDescription
This class store a control description
Constructor Summary | |
---|---|
ControlDescription(java.lang.String name,
java.lang.String number,
java.util.Vector<ParameterDescription> params,
java.util.Vector<java.lang.String> help)
Build a new timer description object, used to store information about a timer action |
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.lang.String |
getNumber()
Attribute number getter |
java.util.Vector<ParameterDescription> |
getParams()
Attribute params getter |
void |
setGUIKey(java.lang.String guiKey)
The GUIKey Setter, this key is the reference in the table which store the parameters definitions interfaces |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControlDescription(java.lang.String name, java.lang.String number, java.util.Vector<ParameterDescription> params, java.util.Vector<java.lang.String> help)
name
- The name of the actionnumber
- The number of the timer in the object timer tableparams
- The parameters definitionshelp
- The help for this actionMethod Detail |
---|
public void createNodeDescription(NodeDescription desc)
ActionDescription
createNodeDescription
in interface ActionDescription
desc
- The node descriptionpublic java.util.Vector<java.lang.String> getHelp()
ActionDescription
getHelp
in interface ActionDescription
public java.lang.String getGUIKey()
ActionDescription
getGUIKey
in interface ActionDescription
public void setGUIKey(java.lang.String guiKey)
ActionDescription
setGUIKey
in interface ActionDescription
guiKey
- The keypublic java.lang.String getName()
ActionDescription
getName
in interface ActionDescription
public java.lang.String getNumber()
public java.util.Vector<ParameterDescription> getParams()
getParams
in interface ActionDescription
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |