databionics.esom.tool.slideshow
Class SavePicturesAction

java.lang.Object
  extended by databionics.esom.util.actions.FileAction
      extended by databionics.esom.util.actions.SaveFileAction
          extended by databionics.esom.tool.slideshow.SavePicturesAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class SavePicturesAction
extends SaveFileAction
implements java.awt.event.ActionListener

saves a *.pictures file, with absolute pathes of slide show images

Author:
Mario Noecker

Field Summary
protected static org.apache.log4j.Logger log
          interface to log4j system
 
Fields inherited from class databionics.esom.util.actions.FileAction
myFileType
 
Constructor Summary
SavePicturesAction(SlideshowTool tool)
          Standard contructor
 
Method Summary
 void save(java.lang.String filename)
          Save the file
 
Methods inherited from class databionics.esom.util.actions.SaveFileAction
actionPerformed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Field Detail

log

protected static final org.apache.log4j.Logger log
interface to log4j system

Constructor Detail

SavePicturesAction

public SavePicturesAction(SlideshowTool tool)
Standard contructor

Method Detail

save

public void save(java.lang.String filename)
Save the file

Specified by:
save in class SaveFileAction
Parameters:
filename - name of file


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.