|
||||||||||
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.nodes.ControlerNode
public class ControlerNode
This class implements some method which will be used when we will create some controlers nodes
Constructor Summary | |
---|---|
ControlerNode()
|
Method Summary | |
---|---|
static NodeDescription |
createNodeDescription(PluginManager pluginManager,
java.lang.String plugin,
java.lang.String type,
java.lang.String name)
This method create a node description for the controler node described in parameter |
static java.util.Vector<java.lang.String> |
getHelp(java.lang.String type)
Get the help for the type of controler node given in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControlerNode()
Method Detail |
---|
public static java.util.Vector<java.lang.String> getHelp(java.lang.String type)
type
- The type of the controler node
public static NodeDescription createNodeDescription(PluginManager pluginManager, java.lang.String plugin, java.lang.String type, java.lang.String name)
pluginManager
- the plugin managerplugin
- The plugin name of the testtype
- The type of the node, which will be used a testname
- The name of the test used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |