databionics.esom.util.actions
Class LoadBMFileAction

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

public class LoadBMFileAction
extends LoadFileAction
implements java.awt.event.ActionListener

Load a *.bm file


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
LoadBMFileAction()
          Standard contructor
 
Method Summary
 void load(java.lang.String filename)
          Load the file into the renderer
 
Methods inherited from class databionics.esom.util.actions.LoadFileAction
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

LoadBMFileAction

public LoadBMFileAction()
Standard contructor

Method Detail

load

public void load(java.lang.String filename)
Load the file into the renderer

Specified by:
load in class LoadFileAction
Parameters:
filename - name of file


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