databionics.esom.tool.projection
Class ClassifyAction

java.lang.Object
  extended by databionics.esom.tool.projection.ClassifyAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ClassifyAction
extends java.lang.Object
implements java.awt.event.ActionListener

Author:
Mario Noecker

Field Summary
protected  ClassifyCallback callback
           
protected  ClassmaskLoadAction classmaskLoad
           
protected  LoadBMFileAction loadBM
           
protected  ToolLoader loader
           
protected  LoadWtsFileAction loadWts
           
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
ClassifyAction(ToolLoader loader)
          standard constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          handle the performed action, start projection and manage ending
 
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

loader

protected ToolLoader loader

callback

protected ClassifyCallback callback

loadWts

protected LoadWtsFileAction loadWts

loadBM

protected LoadBMFileAction loadBM

classmaskLoad

protected ClassmaskLoadAction classmaskLoad
Constructor Detail

ClassifyAction

public ClassifyAction(ToolLoader loader)
standard constructor

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
handle the performed action, start projection and manage ending

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


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