edu.jhu.tmaj.client.samples
Class QuantityLeftHelper

java.lang.Object
  extended by edu.jhu.tmaj.client.samples.QuantityLeftHelper

public final class QuantityLeftHelper
extends java.lang.Object

A class that determines how much of a samples quantity is left. This is done by taking how much quantity there is of a sample, and then subtracting the sum of the usages.


Method Summary
static javax.swing.JButton getQuantityLeftButton(java.awt.Component parentComponent, JBean sampleBean, JBean usageBean, javax.swing.JTable table, GeneralTableModel tableModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getQuantityLeftButton

public static javax.swing.JButton getQuantityLeftButton(java.awt.Component parentComponent,
                                                        JBean sampleBean,
                                                        JBean usageBean,
                                                        javax.swing.JTable table,
                                                        GeneralTableModel tableModel)