|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Renders an Object contained at a specific coordinate in
a TableModel into a Component instance.
| Method Summary | |
Component |
getTableCellRendererComponent(Table table,
java.lang.Object value,
int column,
int row)
Returns a component that will be displayed at the specified coordinate in the table. |
| Method Detail |
public Component getTableCellRendererComponent(Table table,
java.lang.Object value,
int column,
int row)
table - the Table for which the rendering is occurringvalue - the value retrieved from the TableModel for the
specified coordinatecolumn - the column index to renderrow - the row index to render
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||