databionics.esom.util.actions
Class SaveBMFileAction

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

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

saves a new *.bm file

Author:
Mario Noecker

Field Summary
protected static org.apache.log4j.Logger log
          log4j logging
 
Fields inherited from class databionics.esom.util.actions.FileAction
myFileType
 
Constructor Summary
SaveBMFileAction()
          standard constructor
 
Method Summary
 void save(java.lang.String filename)
          saves 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
log4j logging

Constructor Detail

SaveBMFileAction

public SaveBMFileAction()
standard constructor

Method Detail

save

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

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


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