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

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

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

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

Methods in org.knime.base.node.io.filereader that return FileReaderNodeSettings
static FileReaderNodeSettings FileAnalyzer.analyze(FileReaderNodeSettings userSettings, ExecutionMonitor exec)
          Tries to guess FileReader settings for the passed data file.
static FileReaderNodeSettings FileReaderNodeSettings.readSettingsFromXMLFile(String xmlLocation)
          Reads the FileReaderNodeSettings from the specified XML file and returns a new settings object.
 

Methods in org.knime.base.node.io.filereader with parameters of type FileReaderNodeSettings
static FileReaderNodeSettings FileAnalyzer.analyze(FileReaderNodeSettings userSettings, ExecutionMonitor exec)
          Tries to guess FileReader settings for the passed data file.
(package private)  boolean IgnoreDelimsPanel.overrideSettings(FileReaderNodeSettings settings)
          Transfers the current settings from the panel in the passed object.
(package private)  boolean LimitRowsPanel.overrideSettings(FileReaderNodeSettings settings)
          Transfers the current settings from the panel in the passed object.
(package private)  boolean ShortLinesPanel.overrideSettings(FileReaderNodeSettings settings)
          Transfers the current settings from the panel in the passed object.
(package private)  void FileReaderAdvancedDialog.overrideSettings(FileReaderNodeSettings settings)
          Overrides the settings in the passed argument with the settings from this dialog.
(package private)  boolean QuotePanel.overrideSettings(FileReaderNodeSettings settings)
          Deletes all quotes defined in the passed object, reads the currently listed quotes from the JList and adds them to the settings object.
(package private)  boolean DecSepPanel.overrideSettings(FileReaderNodeSettings settings)
          Writes the current settings of the panel into the passed settings object.
(package private)  boolean UniquifyPanel.overrideSettings(FileReaderNodeSettings settings)
          Transfers the current settings from the panel in the passed object.
 

Constructors in org.knime.base.node.io.filereader with parameters of type FileReaderNodeSettings
FileReaderAdvancedDialog(Frame parent, FileReaderNodeSettings settings)
          This is the default constructor.
FileReaderNodeSettings(FileReaderNodeSettings clonee)
          Creates a new settings object with the exact same settings as the object passed in.
FileReaderPreviewTable(DataTableSpec tableSpec, FileReaderNodeSettings settings, ExecutionContext exec)
          Creates a new table, its like the "normal" FileTable, just not failing on invalid data files.
IgnoreDelimsPanel(FileReaderNodeSettings settings)
          Constructs the panels and loads it with the settings from the passed object.
LimitRowsPanel(FileReaderNodeSettings settings)
          Constructs the panels and loads it with the settings from the passed object.
QuotePanel(FileReaderNodeSettings settings)
          This is the default constructor.
ShortLinesPanel(FileReaderNodeSettings settings)
          Constructs the panels and loads it with the settings from the passed object.
UniquifyPanel(FileReaderNodeSettings settings)
          Constructs the panels and loads it with the settings from the passed object.
VariableFileReaderNodeSettings(FileReaderNodeSettings clonee)
          Create new settings object for the variable file reader based on the given settings 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.