Normalizer2NodeFactory
instead.@Deprecated public class NormalizerNodeFactory extends NodeFactory<NormalizerNodeModel>
NodeFactory.NodeType
Constructor and Description |
---|
NormalizerNodeFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NodeDialogPane |
createNodeDialogPane()
Deprecated.
Creates and returns a new node dialog pane, if
NodeFactory.hasDialog()
returns true . |
NormalizerNodeModel |
createNodeModel()
Deprecated.
Creates and returns a new instance of the node's corresponding model.
|
NodeView<NormalizerNodeModel> |
createNodeView(int viewIndex,
NormalizerNodeModel nodeModel)
Deprecated.
Creates and returns a new node view for the given index.
|
int |
getNrNodeViews()
Deprecated.
Returns the number of views or 0 if no view is available.
|
boolean |
hasDialog()
Deprecated.
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, saveAdditionalFactorySettings
public NodeDialogPane createNodeDialogPane()
NodeFactory.hasDialog()
returns true
.createNodeDialogPane
in class NodeFactory<NormalizerNodeModel>
NodeFactory.hasDialog()
public NormalizerNodeModel createNodeModel()
createNodeModel
in class NodeFactory<NormalizerNodeModel>
NodeModel
for this node. Never null
!public NodeView<NormalizerNodeModel> createNodeView(int viewIndex, NormalizerNodeModel nodeModel)
createNodeView
in class NodeFactory<NormalizerNodeModel>
viewIndex
- The index for the view to create.nodeModel
- the underlying modelNodeFactory.getNrNodeViews()
public int getNrNodeViews()
getNrNodeViews
in class NodeFactory<NormalizerNodeModel>
NodeFactory.createNodeView(int,NodeModel)
public boolean hasDialog()
true
if this node provides a dialog to adjust
node specific settings.hasDialog
in class NodeFactory<NormalizerNodeModel>
true
if a NodeDialogPane
is
availableNodeFactory.createNodeDialogPane()
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.