public class DataValidatorSpecNodeFactory extends NodeFactory<DataValidatorSpecNodeModel>
NodeFactory.NodeType| Constructor and Description |
|---|
DataValidatorSpecNodeFactory() |
| Modifier and Type | Method and Description |
|---|---|
NodeDialogPane |
createNodeDialogPane()
Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true. |
DataValidatorSpecNodeModel |
createNodeModel()
Creates and returns a new instance of the node's corresponding model.
|
NodeView<DataValidatorSpecNodeModel> |
createNodeView(int viewIndex,
DataValidatorSpecNodeModel model)
Creates and returns a new node view for the given index.
|
int |
getNrNodeViews()
Returns the number of views or 0 if no view is available.
|
boolean |
hasDialog()
Returns
true if this node provides a dialog to adjust
node specific settings. |
addLoadedFactory, createAbstractNodeView, createNodeDescription, createNodeModel, getDefaultIcon, getIcon, getInportDescription, getInportName, getInteractiveViewName, getLoadedNodeFactories, getNodeName, getNodeViewName, getOutportDescription, getOutportName, getPropertiesInputStream, getType, getViewDescription, getXMLDescription, init, isDeprecated, loadAdditionalFactorySettings, saveAdditionalFactorySettingspublic DataValidatorSpecNodeModel createNodeModel()
createNodeModel in class NodeFactory<DataValidatorSpecNodeModel>NodeModel for this node. Never null!public int getNrNodeViews()
getNrNodeViews in class NodeFactory<DataValidatorSpecNodeModel>NodeFactory.createNodeView(int,NodeModel)public NodeView<DataValidatorSpecNodeModel> createNodeView(int viewIndex, DataValidatorSpecNodeModel model)
createNodeView in class NodeFactory<DataValidatorSpecNodeModel>viewIndex - The index for the view to create.model - the underlying modelNodeFactory.getNrNodeViews()public boolean hasDialog()
true if this node provides a dialog to adjust
node specific settings.hasDialog in class NodeFactory<DataValidatorSpecNodeModel>true if a NodeDialogPane is
availableNodeFactory.createNodeDialogPane()public NodeDialogPane createNodeDialogPane()
NodeFactory.hasDialog()
returns true.createNodeDialogPane in class NodeFactory<DataValidatorSpecNodeModel>NodeFactory.hasDialog()
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.