|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ami.gui.AMITableModelImpl | +--ami.gui.AMITableModelHashtableImpl
AMILocalParameter hashtable implementation of the model
Field Summary | |
(package private) Vector |
vData
storage Vector -> n vector, one for each row |
Fields inherited from class ami.gui.AMITableModelImpl |
atm |
Constructor Summary | |
(package private) |
AMITableModelHashtableImpl(AMITableModel atm)
Constructor : initialize the AMITableModel to use |
Method Summary | |
void |
addRow()
Add a row |
void |
addRow(Object o)
Add a row with data Assumes that the object is a vector |
void |
cleanRow(int[] iRows,
int[] iColumns)
Initialize all values of a set of rows |
int |
getRowCount()
put your documentation comment here |
Object |
getValueAt(int row,
int col)
put your documentation comment here |
void |
refreshStatus()
|
void |
removeRow(int[] iSelection)
Remove an interval of rows |
void |
setValueAt(Object value,
int row,
int col)
put your documentation comment here |
Methods inherited from class ami.gui.AMITableModelImpl |
isCellEditable, setATM |
Methods inherited from class java.lang.Object |
|
Field Detail |
Vector vData
Vector -> n vector, one for each row
Constructor Detail |
AMITableModelHashtableImpl(AMITableModel atm)
Method Detail |
public int getRowCount()
getRowCount
in class AMITableModelImpl
public Object getValueAt(int row, int col)
getValueAt
in class AMITableModelImpl
row
- col
- public void setValueAt(Object value, int row, int col)
setValueAt
in class AMITableModelImpl
value
- row
- col
- public void removeRow(int[] iSelection)
removeRow
in class AMITableModelImpl
public void cleanRow(int[] iRows, int[] iColumns)
AMITableModelImpl
cleanRow
in class AMITableModelImpl
public void addRow()
addRow
in class AMITableModelImpl
public void addRow(Object o)
Assumes that the object is a vector
addRow
in class AMITableModelImpl
public void refreshStatus()
refreshStatus
in class AMITableModelImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |