Uses of Class
org.knime.base.node.io.filereader.FileReaderSettings

Packages that use FileReaderSettings
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
 

Uses of FileReaderSettings in org.knime.base.node.io.filereader
 

Subclasses of FileReaderSettings in org.knime.base.node.io.filereader
 class FileReaderNodeSettings
           
(package private)  class VariableFileReaderNodeSettings
           
 

Methods in org.knime.base.node.io.filereader that return FileReaderSettings
(package private)  FileReaderSettings FileReaderNodeModel.getFileReaderSettings()
           
 

Methods in org.knime.base.node.io.filereader with parameters of type FileReaderSettings
(package private)  boolean CharsetNamePanel.overrideSettings(FileReaderSettings settings)
          Writes the current settings of the panel into the passed settings object.
(package private)  boolean MissingValuePanel.overrideSettings(FileReaderSettings settings)
          Writes the current settings of the panel into the passed settings object.
 

Constructors in org.knime.base.node.io.filereader with parameters of type FileReaderSettings
CharsetNamePanel(FileReaderSettings settings)
          Creates a panel to select the character set name and initializes it from the passed object.
DecSepPanel(FileReaderSettings settings)
          Creates a panel to set the decimal separator and initializes it from the passed object.
FileReaderSettings(FileReaderSettings clonee)
          Creates a new object holding the same settings values as the one passed in.
FileRowIterator(FileReaderSettings frSettings, DataTableSpec tableSpec, boolean[] skipColumns, ExecutionContext exec)
          The RowIterator for the FileTable.
FileTable(DataTableSpec tableSpec, FileReaderSettings frSettings, boolean[] skipColumns, ExecutionContext exec)
          Creates a new file table with the structure defined in tableSpec and using the settings in frSettings when the file is read.
FileTable(DataTableSpec tableSpec, FileReaderSettings frSettings, ExecutionContext exec)
          Creates a new file table with the structure defined in tableSpec and using the settings in frSettings when the file is read.
MissingValuePanel(FileReaderSettings settings)
          Creates a panel to set the missing value pattern for string columns and initializes it from the passed object.
 



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.