databionics.esom.util.actions
Class FileAction

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

public abstract class FileAction
extends java.lang.Object
implements java.awt.event.ActionListener

Parent class for actions needing a filetype.


Field Summary
protected static org.apache.log4j.Logger log
          interface to log4j system
protected  FileType myFileType
          corresponding file type
 
Constructor Summary
FileAction(FileType type)
          Constructor with file type
 
Method Summary
 
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


myFileType

protected FileType myFileType
corresponding file type

Constructor Detail

FileAction

public FileAction(FileType type)
Constructor with file type

Parameters:
type - corresponding FileType


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