|
NextApp Echo3 v3.0.b4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.app.table.DefaultTableCellRenderer
public class 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 TableCellRenderer
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
TableCellRenderer.getTableCellRendererComponent(
nextapp.echo.app.Table, java.lang.Object, int, int)
|
NextApp Echo3 v3.0.b4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |