|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JvMappedObjectTableModel.ColumnMapper
Interface for object mapping row objects to columns.
| Method Summary | |
|---|---|
Object |
getValueAt(Object rowObject,
int column)
Returns the value for the specified column. |
boolean |
isCellEditable(int row,
int column,
Object rowObject)
Returns true if the specified column is editable. |
void |
setValueAt(Object rowObject,
Object value,
int column)
Set the value for the specified column. |
| Method Detail |
|---|
boolean isCellEditable(int row,
int column,
Object rowObject)
row - the index (starting from 0) of the desired rowcolumn - the index (starting from 0) of the desired columnrowObject - the object representing the desired row
Object getValueAt(Object rowObject,
int column)
rowObject - the object representing the desired rowcolumn - the index (starting from 0) of the desired column
void setValueAt(Object rowObject,
Object value,
int column)
rowObject - the object representing the desired rowvalue - the value to setcolumn - the index (starting from 0) of the desired column
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||