|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JvObjectTableRow
A JvObjectTableRow represents a row in a TableModel
for which each column corresponds to a property of an object. Derived
classes provide the column to property mapping.
JvObjectTableModel| Method Summary | |
|---|---|
Object |
getObject()
Returns the object whose data is displayed in this row. |
Object |
getValueAt(int column)
Returns the value for the specified column. |
boolean |
isColumnEditable(int column)
Returns true if the specified column is editable. |
void |
setValueAt(Object value,
int column)
Set the value for the specified column. |
| Method Detail |
|---|
boolean isColumnEditable(int column)
column - the index (starting from 0) of the desired column
Object getValueAt(int column)
column - the index (starting from 0) of the desired column
void setValueAt(Object value,
int column)
value - the value to setcolumn - the index (starting from 0) of the desired columnObject getObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||