|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.NodeFactory<Statistics2NodeModel>
org.knime.base.node.viz.statistics.Statistics2NodeFactory
public class Statistics2NodeFactory
Factory class for the Statistics Node.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.knime.core.node.NodeFactory |
|---|
NodeFactory.NodeType |
| Constructor Summary | |
|---|---|
Statistics2NodeFactory()
Empty default constructor. |
|
| Method Summary | |
|---|---|
NodeDialogPane |
createNodeDialogPane()
This node has no dialog. |
Statistics2NodeModel |
createNodeModel()
Creates and returns a new instance of the node's corresponding model. |
NodeView<Statistics2NodeModel> |
createNodeView(int viewIndex,
Statistics2NodeModel nodeModel)
The view offers statistical information on the input table. |
int |
getNrNodeViews()
This node has one view. |
boolean |
hasDialog()
No dialog for this node. |
| Methods inherited from class org.knime.core.node.NodeFactory |
|---|
addLoadedFactory, createAbstractNodeView, createNodeModel, getDefaultIcon, getIcon, getInportDescription, getInportName, getLoadedNodeFactories, getNodeName, getNodeViewName, getOutportDescription, getOutportName, getType, getViewDescription, getXMLDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statistics2NodeFactory()
| Method Detail |
|---|
public NodeDialogPane createNodeDialogPane()
createNodeDialogPane in class NodeFactory<Statistics2NodeModel>NodeFactory.hasDialog()public Statistics2NodeModel createNodeModel()
createNodeModel in class NodeFactory<Statistics2NodeModel>null!
public NodeView<Statistics2NodeModel> createNodeView(int viewIndex,
Statistics2NodeModel nodeModel)
createNodeView in class NodeFactory<Statistics2NodeModel>viewIndex - The index for the view to create.nodeModel - the underlying model
NodeFactory.getNrNodeViews()public int getNrNodeViews()
getNrNodeViews in class NodeFactory<Statistics2NodeModel>NodeFactory.createNodeView(int,NodeModel)public boolean hasDialog()
hasDialog in class NodeFactory<Statistics2NodeModel>true if a NodeDialogPane is
availableNodeFactory.createNodeDialogPane()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||