All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.gui.SaveBuffer

java.lang.Object
   |
   +----weka.gui.SaveBuffer

public class SaveBuffer
extends Object
This class handles the saving of StringBuffers to files. It will pop up a file chooser allowing the user to select a destination file. If the file exists, the user is prompted for the correct course of action, ie. overwriting, appending, selecting a new filename or canceling.

Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Constructor Index

 o SaveBuffer(Logger, Component)
Constructor

Method Index

 o main(String[])
Main method for testing this class
 o save(StringBuffer)
Save a buffer

Constructors

 o SaveBuffer
 public SaveBuffer(Logger log,
                   Component parent)
Constructor

Parameters:
log - the logger to send messages to
parent - the parent component will be requesting a save

Methods

 o save
 public boolean save(StringBuffer buf)
Save a buffer

Parameters:
buf - the buffer to save
Returns:
true if the save is completed succesfully
 o main
 public static void main(String args[])
Main method for testing this class


All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home