Uses of Class
org.knime.core.node.FlowVariableModel

Packages that use FlowVariableModel
org.knime.base.node.io.csvwriter Node implementation that writes a DataTable to a file in CSV (comma separated value) format (or with any other selectable separator). 
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.config Contains a utility class Config to store a general state (i.e. 
org.knime.core.node.defaultnodesettings Contains default dialog components, which can be used to quickly create a simple dialog. 
 

Uses of FlowVariableModel in org.knime.base.node.io.csvwriter
 

Constructors in org.knime.base.node.io.csvwriter with parameters of type FlowVariableModel
CSVFilesHistoryPanel(FlowVariableModel fvm)
          Creates new instance, sets properties, for instance renderer, accordingly.
 

Uses of FlowVariableModel in org.knime.core.node
 

Methods in org.knime.core.node that return FlowVariableModel
protected  FlowVariableModel NodeDialogPane.createFlowVariableModel(SettingsModelFlowVariableCompatible dc)
          Create model and register a new variable for a specific settings object.
 FlowVariableModel NodeDialogPane.createFlowVariableModel(String[] keys, FlowVariable.Type type)
          Create model and register a new variable for a specific settings entry for a hierarchical settings object.
 FlowVariableModel NodeDialogPane.createFlowVariableModel(String key, FlowVariable.Type type)
          Create model and register a new variable for a specific settings entry (in a non-hierarchical settings object).
 FlowVariableModel FlowVariableModelButton.getFlowVariableModel()
           
 

Constructors in org.knime.core.node with parameters of type FlowVariableModel
FlowVariableModelButton(FlowVariableModel fvm)
          Create new button based on a model.
 

Uses of FlowVariableModel in org.knime.core.node.config
 

Methods in org.knime.core.node.config with parameters of type FlowVariableModel
(package private)  void ConfigEditTreeModel.ConfigEditTreeNode.update(FlowVariableModel model)
          Implements the functionality described in the ConfigEditTreeModel.ConfigEditTreeNode.update(FlowVariableModel) method.
 

Method parameters in org.knime.core.node.config with type arguments of type FlowVariableModel
 void ConfigEditTreeModel.update(Collection<FlowVariableModel> variableModels)
          Updates this tree with the settings available in the argument list.
 

Uses of FlowVariableModel in org.knime.core.node.defaultnodesettings
 

Constructors in org.knime.core.node.defaultnodesettings with parameters of type FlowVariableModel
DialogComponentNumber(SettingsModelNumber numberModel, String label, Number stepSize, FlowVariableModel fvm)
          Puts a label and spinner with default width into panel, offers also the registration of a FlowVariableModel.
DialogComponentNumber(SettingsModelNumber numberModel, String label, Number stepSize, int compWidth, FlowVariableModel fvm)
          Constructor puts label and spinner into panel and allows to specify width (in #characters) of component.
DialogComponentNumberEdit(SettingsModelNumber numberModel, String label, FlowVariableModel fvm)
          Constructor that puts label and JTextField into panel.
DialogComponentNumberEdit(SettingsModelNumber numberModel, String label, int compWidth, FlowVariableModel fvm)
          Constructor that puts label and JTextField into panel.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
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.