ami.gui
Class AMITableModelArrayImpl
java.lang.Object
|
+--ami.gui.AMITableModelImpl
|
+--ami.gui.AMITableModelArrayImpl
- class AMITableModelArrayImpl
- extends AMITableModelImpl
Array implementation of the model
Method Summary |
void |
addRow()
Add a row |
void |
addRow(Object o)
Add a row with data |
void |
cleanRow(int[] iRows,
int[] iColumns)
Initialize datat in a row, remplace values with "" |
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 java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
data
private Object[][] data
- Data type
AMITableModelArrayImpl
AMITableModelArrayImpl(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)
- Initialize datat in a row, remplace values with ""
- Overrides:
cleanRow
in class AMITableModelImpl
- Parameters:
int[]
- iSelection rows index to cleanint[]
- iColumn columns to clean
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