Package com.jgoodies.common.display


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
  • Interfaces
    Class
    Description
    Describes objects with a default String presentation.
    Describes how an object shall represent itself in lists.
    Describes how an object shall represent itself in table cells.