com.fruitioninc.jwc
Class AbstractTableModel

java.lang.Object
  |
  +--com.fruitioninc.jwc.AbstractModel
        |
        +--com.fruitioninc.jwc.AbstractTableModel
All Implemented Interfaces:
Model, TableModel
Direct Known Subclasses:
DefaultTableModel, ThreadLocalTableModel

public abstract class AbstractTableModel
extends AbstractModel
implements TableModel

Partial implementation of the TableModel interface. No assumptions are made about where the state is stored.


Constructor Summary
AbstractTableModel()
          Creates a non-statefull AbstractTableModel with no columns and no initial data.
AbstractTableModel(boolean statefull)
           
 
Methods inherited from class com.fruitioninc.jwc.AbstractModel
_getStatefull, _setStatefull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.fruitioninc.jwc.TableModel
getColumnClass, getColumnCount, getColumnName, getColumnTitle, getRowCount, getValueAt, isEditable, setValueAt
 
Methods inherited from interface com.fruitioninc.jwc.Model
_getStatefull, _setStatefull
 

Constructor Detail

AbstractTableModel

public AbstractTableModel()
Creates a non-statefull AbstractTableModel with no columns and no initial data.


AbstractTableModel

public AbstractTableModel(boolean statefull)