|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.table.DefaultTableCellRenderer
Default TableCellRenderer implementation.
| Constructor Summary | |
DefaultTableCellRenderer()
|
|
| Method Summary | |
Component |
getTableCellRendererComponent(Table table,
java.lang.Object value,
int column,
int row)
Returns a Label containing the toString() value of the
model value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultTableCellRenderer()
| Method Detail |
public Component getTableCellRendererComponent(Table table,
java.lang.Object value,
int column,
int row)
Label containing the toString() value of the
model value. Returns null in the event the model value is null.
getTableCellRendererComponent in interface TableCellRenderertable - 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
TableCellRenderer.getTableCellRendererComponent(nextapp.echo2.app.Table, java.lang.Object, int, int)
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||