|
||||||||||
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.gui.ParametersWidgetsNode
public class ParametersWidgetsNode
This class is a node of the parameters widgets trees
Constructor Summary | |
---|---|
ParametersWidgetsNode(WidgetDescription wd)
Build a new parameters widget node |
Method Summary | |
---|---|
void |
addChild(ParametersWidgetsNode child)
Add a new child to this node |
static ParametersWidgetsNode |
createParametersWidgetsNode(java.util.Vector ids,
java.util.Vector params,
java.lang.String type,
java.lang.String plugin)
Create a new parameters widgets node |
java.util.Vector |
getChildren()
|
ParametersWidgetsNode |
getParent()
|
WidgetDescription |
getWidget()
|
void |
setParent(ParametersWidgetsNode parent)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParametersWidgetsNode(WidgetDescription wd)
wd
- The widget descriptionMethod Detail |
---|
public ParametersWidgetsNode getParent()
public void setParent(ParametersWidgetsNode parent)
parent
- The parent to set.public void addChild(ParametersWidgetsNode child)
child
- The child to be addedpublic java.util.Vector getChildren()
public static ParametersWidgetsNode createParametersWidgetsNode(java.util.Vector ids, java.util.Vector params, java.lang.String type, java.lang.String plugin)
ids
- The table containing all the parameters valuesparams
- a vector of all paramstype
- The type of the action to create the treeplugin
- The name of the plugin
public WidgetDescription getWidget()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |