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

Variable Index

 o COPYRIGHT
 o NUMBER_OF_COINS
 o payoffs

Constructor Index

 o PayoffTable(Vector)
PayoffTable constructor comment.

Method Index

 o getColumnCount()
getColumnCount method comment.
 o getRowCount()
getRowCount method comment.
 o getValueAt(int, int)
getValueAt method comment.

Variables

 o COPYRIGHT
 private static final String COPYRIGHT
 o NUMBER_OF_COINS
 public static final int NUMBER_OF_COINS
 o payoffs
 private Vector payoffs

Constructors

 o PayoffTable
 public PayoffTable(Vector payoffs)
PayoffTable constructor comment.

Methods

 o getColumnCount
 public int getColumnCount()
getColumnCount method comment.

Overrides:
getColumnCount in class AbstractTableModel
 o getRowCount
 public int getRowCount()
getRowCount method comment.

Overrides:
getRowCount in class AbstractTableModel
 o 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