|
||||||||||
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.NonePluginNode
public class NonePluginNode
This class implements some statics methods which will be used with none plugins nodes
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 |
---|
public NonePluginNode()
Method Detail |
---|
public static java.util.Vector<java.lang.String> getHelp(java.lang.String type)
type
- The type of the node
public static NodeDescription createNodeDescription(java.lang.String type)
type
- The type
public static ParametersWidgetsNode createParametersWidgetsNode(java.lang.String type)
type
- The type of the node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |