All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----javax.swing.table.AbstractTableModel
|
+----com.lotspiech.poker.PayoffTable
Copyright 2001, 2002 by Jeffrey B. Lotspiech. This program is open source; it is licensed under the Common Public License Version 0.5.
private static final String COPYRIGHT
public static final int NUMBER_OF_COINS
private Vector payoffs
public PayoffTable(Vector payoffs)
public int getColumnCount()
public int getRowCount()
public Object getValueAt(int row,
int col)
All Packages Class Hierarchy This Package Previous Next Index