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