ami.gui
Class AMITableModelVectorImpl
java.lang.Object
|
+--ami.gui.AMITableModelImpl
|
+--ami.gui.AMITableModelVectorImpl
- class AMITableModelVectorImpl
- extends AMITableModelImpl
AMILocalParameter vector implementation of the model
Field Summary |
(package private) Vector |
vData
vector storage |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
vData
Vector vData
- vector storage
AMITableModelVectorImpl
AMITableModelVectorImpl(AMITableModel atm)
- Constructor : initialize the AMITableModel to use
getRowCount
public int getRowCount()
- put your documentation comment here
- Overrides:
getRowCount
in class AMITableModelImpl
- Returns:
-
getValueAt
public Object getValueAt(int row,
int col)
- put your documentation comment here
- Overrides:
getValueAt
in class AMITableModelImpl
- Parameters:
row
- col
- - Returns:
-
setValueAt
public void setValueAt(Object value,
int row,
int col)
- put your documentation comment here
- Overrides:
setValueAt
in class AMITableModelImpl
- Parameters:
value
- row
- col
-
removeRow
public void removeRow(int[] iSelection)
- Remove an interval of rows
- Overrides:
removeRow
in class AMITableModelImpl
cleanRow
public void cleanRow(int[] iRows,
int[] iColumns)
- Description copied from class:
AMITableModelImpl
- Initialize all values of a set of rows
- Overrides:
cleanRow
in class AMITableModelImpl
addRow
public void addRow()
- Add a row
- Overrides:
addRow
in class AMITableModelImpl
addRow
public void addRow(Object o)
- Add a row with data
- Overrides:
addRow
in class AMITableModelImpl
refreshStatus
public void refreshStatus()
- Overrides:
refreshStatus
in class AMITableModelImpl