databionics.esom.tool.island
Class SaveImxFileAction

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

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

saves an island

Author:
Martin

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

Field Detail

log

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


tool

protected AbstractTool tool
Constructor Detail

SaveImxFileAction

public SaveImxFileAction(AbstractTool 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

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
handles performed action

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class SaveFileAction
Parameters:
ActionEvent - e


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