Package com.jgoodies.common.display
Interfaces that describe objects with a default String presentation.
Useful for implementing reusable object presentations in Formats,
ListCellRenderers, TableCellRenderers, etc.
If the object shall have a special default presentation in lists or tables,
they may additionally implement
ListDisplayable
and/or
TableDisplayable
.
Used by the reusable JGoodies list and table cell renderers:
JGDisplayableListCellRenderer
and JGDisplayableTableCellRenderer
.
- Since:
- 1.7
-
Interface Summary Interface Description Displayable Describes objects with a default String presentation.ListDisplayable Describes how an object shall represent itself in lists.TableDisplayable Describes how an object shall represent itself in table cells.