com.datamessenger.util
Class MathAdapter


java.lang.Object

  |

  +--com.datamessenger.util.DataCellAdapter

        |

        +--com.datamessenger.util.MathAdapter

Direct Known Subclasses:
SumAdapter

public class MathAdapter
extends DataCellAdapter


Field Summary
protected  java.util.Vector cells
           
 
Constructor Summary
MathAdapter()
           
 
Method Summary
 void cellValueChanged(DataCellEvent evt)
           
 DataCell[] getCells()
           
static java.text.NumberFormat getFormat(int decimal)
           
 double getValue(DataCell dc)
           
 double getValue(java.lang.Object id)
           
 
Methods inherited from class com.datamessenger.util.DataCellAdapter
cellFormatChanged, cellStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cells


protected java.util.Vector cells
Constructor Detail

MathAdapter


public MathAdapter()
Method Detail

cellValueChanged


public void cellValueChanged(DataCellEvent evt)
Overrides:
cellValueChanged in class DataCellAdapter

getCells


public DataCell[] getCells()

getValue


public double getValue(java.lang.Object id)

getValue


public double getValue(DataCell dc)

getFormat


public static java.text.NumberFormat getFormat(int decimal)


Comments, suggestions, and bug reports are welcomed and encouraged.
Please refer them to our support page. Thank you.

Copyright © 1999-2001 Produx House, Corp. All rights reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.