org.ow2.clif.scenario.isac.egui.plugins.nodes
Class ChoiceNode

java.lang.Object
  extended by org.ow2.clif.scenario.isac.egui.plugins.nodes.ChoiceNode

public class ChoiceNode
extends java.lang.Object

This class is an implementation of some methods wich will be used to build some nodes of type 'choice'

Author:
JC Meillaud, A Peyrard, Bruno Dillenseger

Constructor Summary
ChoiceNode()
           
 
Method Summary
static NodeDescription createNodeDescription()
          Create a node description for a choice
static ParametersWidgetsNode createParametersWidgetsNode()
          Create the parameters widgets tree
static java.util.Vector<java.lang.String> getHelp()
          This method return the help of an choice node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChoiceNode

public ChoiceNode()
Method Detail

createNodeDescription

public static NodeDescription createNodeDescription()
Create a node description for a choice

Returns:
The node description for this controler

createParametersWidgetsNode

public static ParametersWidgetsNode createParametersWidgetsNode()
Create the parameters widgets tree

Returns:
The tree created

getHelp

public static java.util.Vector<java.lang.String> getHelp()
This method return the help of an choice node

Returns:
The help lines