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