Package ball.game.life
Class Board
- java.lang.Object
-
- javax.swing.table.AbstractTableModel
-
- ball.swing.table.AbstractTableModelImpl
-
- ball.game.life.Board
-
- All Implemented Interfaces:
Serializable,EventListener,TableModelListener,TableModel
public class Board extends AbstractTableModelImpl
LifeBoard.- Author:
- Allen D. Ball
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Gamegame()intgetRowCount()StringgetValueAt(int y, int x)-
Methods inherited from class ball.swing.table.AbstractTableModelImpl
column, getColumnClass, getColumnCount, getColumnName, header, isCellEditable, row, setColumnClass, setColumnName, setValueAt, tableChanged, toString
-
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
-
-
-
-
Method Detail
-
getRowCount
public int getRowCount()
- Specified by:
getRowCountin interfaceTableModel- Specified by:
getRowCountin classAbstractTableModelImpl
-
getValueAt
public String getValueAt(int y, int x)
- Specified by:
getValueAtin interfaceTableModel- Specified by:
getValueAtin classAbstractTableModelImpl
-
-