Package com.jgoodies.common.display
Interface TableDisplayable
-
public interface TableDisplayable
Describes how an object shall represent itself in table cells. The object may also have a general representation as described by theDisplayable
interface. And it may have a different default representation for list as described by theListDisplayable
interface.Used by the JGoodies
JGDisplaybleTableCellRenderer
.- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTableDisplayString()
Returns this object's default String presentation in table cells.
-