public interface TableDisplayable
Displayable interface. And it may have a different
default representation for list as described by
the ListDisplayable interface.
Used by the JGoodies JGDisplaybleTableCellRenderer.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTableDisplayString()
Returns this object's default String presentation in table cells.
|