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 the Displayable interface. And it may have a different default representation for list as described by the ListDisplayable interface.

    Used by the JGoodies JGDisplaybleTableCellRenderer.

    Since:
    1.7
    • Method Detail

      • getTableDisplayString

        java.lang.String getTableDisplayString()
        Returns this object's default String presentation in table cells.
        Returns:
        this object's standard table cell representation