ami.gui
Class AMITableModelImpl
java.lang.Object
|
+--ami.gui.AMITableModelImpl
- Direct Known Subclasses:
- AMITableModelArrayImpl, AMITableModelHashtableImpl, AMITableModelRTImpl, AMITableModelVectorImpl
- abstract class AMITableModelImpl
- extends Object
Abstract implementation of the model
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
atm
public AMITableModel atm
AMITableModelImpl
AMITableModelImpl(AMITableModel atm)
- Constructor : initialize the AMITableModel to use
getRowCount
public abstract int getRowCount()
getValueAt
public abstract Object getValueAt(int row,
int col)
setValueAt
public abstract void setValueAt(Object value,
int row,
int col)
removeRow
public abstract void removeRow(int[] iSelection)
cleanRow
public abstract void cleanRow(int[] iRows,
int[] iColumns)
- Initialize all values of a set of rows
addRow
public abstract void addRow()
addRow
public abstract void addRow(Object o)
refreshStatus
public abstract void refreshStatus()
setATM
public void setATM(AMITableModel atm)
isCellEditable
public boolean isCellEditable(int row,
int col)
- put your documentation comment here
- Parameters:
row
- col
- - Returns:
-