databionics.esom.util.actions
Class SavePngFileAction

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

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

Save a *.umx file


Field Summary
protected static org.apache.log4j.Logger log
          interface to log4j system
protected  java.lang.String method
          string with kind of saving
 
Fields inherited from class databionics.esom.util.actions.FileAction
myFileType
 
Constructor Summary
SavePngFileAction()
          Standard contructor
SavePngFileAction(java.lang.String method)
          constructor witrh given kind of saving
 
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


method

protected java.lang.String method
string with kind of saving

Constructor Detail

SavePngFileAction

public SavePngFileAction()
Standard contructor


SavePngFileAction

public SavePngFileAction(java.lang.String method)
constructor witrh given kind of saving

Parameters:
methode - kind of saving
Method Detail

save

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

Specified by:
save in class SaveFileAction
Parameters:
filename - name of file or prefix for slide show


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