databionics.esom.tool.slideshow
Class LoadPicturesAction

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

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

Loading *.pictures file, holding the absolute path of the slide show images

Author:
Mario Noecker

Field Summary
protected static org.apache.log4j.Logger log
          interface to log4j system
protected  SlideshowTool tool
           
 
Fields inherited from class databionics.esom.util.actions.FileAction
myFileType
 
Constructor Summary
LoadPicturesAction(SlideshowTool tool)
          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


tool

protected SlideshowTool tool
Constructor Detail

LoadPicturesAction

public LoadPicturesAction(SlideshowTool tool)
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:
name - of file


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