org.scubatoolkit
Class BlendingCalcWindow.tfListener

java.lang.Object
  |
  +--org.scubatoolkit.BlendingCalcWindow.tfListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
BlendingCalcWindow

public class BlendingCalcWindow.tfListener
extends java.lang.Object
implements java.awt.event.ActionListener

Description of the Class

Version:
Author:

Field Summary
private  double airAdd
          Description of the Field
private  double ATA
          Description of the Field
private  java.lang.String blend
          Description of the Field
private  double ceiling
          Description of the Field
private  double END
          Description of the Field
private  double heliumAdd
          Description of the Field
private  double MOD
          Description of the Field
private  double oxygenAdd
          Description of the Field
private  double phFinal
          Description of the Field
private  double phStart
          Description of the Field
private  double pnFinal
          Description of the Field
private  double pnStart
          Description of the Field
private  double poFinal
          Description of the Field
private  double poStart
          Description of the Field
private  double presFinal
          Description of the Field
private  double presStart
          Description of the Field
 
Constructor Summary
BlendingCalcWindow.tfListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

presStart

private double presStart
Description of the Field


presFinal

private double presFinal
Description of the Field


poStart

private double poStart
Description of the Field


poFinal

private double poFinal
Description of the Field


pnStart

private double pnStart
Description of the Field


pnFinal

private double pnFinal
Description of the Field


phStart

private double phStart
Description of the Field


phFinal

private double phFinal
Description of the Field


oxygenAdd

private double oxygenAdd
Description of the Field


airAdd

private double airAdd
Description of the Field


heliumAdd

private double heliumAdd
Description of the Field


MOD

private double MOD
Description of the Field


ATA

private double ATA
Description of the Field


END

private double END
Description of the Field


ceiling

private double ceiling
Description of the Field


blend

private java.lang.String blend
Description of the Field

Constructor Detail

BlendingCalcWindow.tfListener

public BlendingCalcWindow.tfListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description of the Method

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - Description of the Parameter


Copyright © 2002 The Scuba Toolkit Team. All Rights Reserved.