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


Field Summary
 AMITableModel atm
           
 
Constructor Summary
(package private) AMITableModelImpl(AMITableModel atm)
          Constructor : initialize the AMITableModel to use
 
Method Summary
abstract  void addRow()
           
abstract  void addRow(Object o)
           
abstract  void cleanRow(int[] iRows, int[] iColumns)
          Initialize all values of a set of rows
abstract  int getRowCount()
           
abstract  Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
          put your documentation comment here
abstract  void refreshStatus()
           
abstract  void removeRow(int[] iSelection)
           
 void setATM(AMITableModel atm)
           
abstract  void setValueAt(Object value, int row, int col)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

atm

public AMITableModel atm
Constructor Detail

AMITableModelImpl

AMITableModelImpl(AMITableModel atm)
Constructor : initialize the AMITableModel to use
Method Detail

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: