|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.fruitioninc.jwc.AbstractModel | +--com.fruitioninc.jwc.AbstractTableModel
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 |
public AbstractTableModel()
public AbstractTableModel(boolean statefull)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |