Uses of Class
org.knime.base.node.io.csvwriter.FileWriterSettings

Packages that use FileWriterSettings
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). 
 

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

Subclasses of FileWriterSettings in org.knime.base.node.io.csvwriter
(package private)  class FileWriterNodeSettings
           
 

Methods in org.knime.base.node.io.csvwriter that return FileWriterSettings
protected  FileWriterSettings CSVWriter.getSettings()
           
 

Methods in org.knime.base.node.io.csvwriter with parameters of type FileWriterSettings
(package private)  void AdvancedPanel.loadValuesIntoPanel(FileWriterSettings settings)
          Reads new values from the specified object and puts them into the panel's components.
(package private)  void QuotePanel.loadValuesIntoPanel(FileWriterSettings settings)
          Updates the values in the components from the passed settings object.
(package private)  void AdvancedPanel.saveValuesFromPanelInto(FileWriterSettings settings)
          Writes the current values from the components into the settings object.
(package private)  void QuotePanel.saveValuesFromPanelInto(FileWriterSettings settings)
          Saves the current values from the panel into the passed object.
 

Constructors in org.knime.base.node.io.csvwriter with parameters of type FileWriterSettings
CSVWriter(Writer writer, FileWriterSettings settings)
          Creates new instance which writes tables to the given writer class.
FileWriterSettings(FileWriterSettings settings)
          Creates a copy of the specified 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.