Uses of Interface
adams.data.io.output.EmailFileWriter

Packages that use EmailFileWriter
adams.data.io.output   
adams.flow.sink   
adams.gui.chooser   
 

Uses of EmailFileWriter in adams.data.io.output
 

Classes in adams.data.io.output that implement EmailFileWriter
 class AbstractEmailFileWriter
          Ancestor for email writers that write to files.
 class PlainTextEmailFileWriter
          Writes emails to text files.
Handles only ASCII content.
 class PropertiesEmailFileWriter
          Writes emails to properties files.
 

Uses of EmailFileWriter in adams.flow.sink
 

Fields in adams.flow.sink declared as EmailFileWriter
protected  EmailFileWriter EmailFileWriter.m_Writer
          the writer to use.
 

Methods in adams.flow.sink that return EmailFileWriter
 EmailFileWriter EmailFileWriter.getWriter()
          Returns the writer in use.
 

Methods in adams.flow.sink with parameters of type EmailFileWriter
 void EmailFileWriter.setWriter(EmailFileWriter value)
          Sets the writer to use.
 

Uses of EmailFileWriter in adams.gui.chooser
 

Methods in adams.gui.chooser that return EmailFileWriter
protected  EmailFileWriter EmailFileChooser.getDefaultWriter()
          Returns the default writer.
 EmailFileWriter EmailFileChooser.getWriter()
          returns the writer that was chosen by the user, can be null in case the user aborted the dialog or the open dialog was shown.
 EmailFileWriter EmailFileChooser.getWriterForFile(File file)
          Returns the writer for the specified file.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.