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

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

public class NonePluginNode
extends java.lang.Object

This class implements some statics methods which will be used with none plugins nodes

Author:
JC Meillaud, A Peyrard

Constructor Summary
NonePluginNode()
           
 
Method Summary
static NodeDescription createNodeDescription(java.lang.String type)
          Create a new node description of the given type
static ParametersWidgetsNode createParametersWidgetsNode(java.lang.String type)
          Create the parameters widgets tree of a none plugin node
static java.util.Vector<java.lang.String> getHelp(java.lang.String type)
          Help getter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonePluginNode

public NonePluginNode()
Method Detail

getHelp

public static java.util.Vector<java.lang.String> getHelp(java.lang.String type)
Help getter

Parameters:
type - The type of the node
Returns:
The help of the node given

createNodeDescription

public static NodeDescription createNodeDescription(java.lang.String type)
Create a new node description of the given type

Parameters:
type - The type
Returns:
The node description

createParametersWidgetsNode

public static ParametersWidgetsNode createParametersWidgetsNode(java.lang.String type)
Create the parameters widgets tree of a none plugin node

Parameters:
type - The type of the node
Returns:
the tree created