Package com.jgoodies.common.display
Interface ListDisplayable
public interface ListDisplayable
Describes how an object shall represent itself in lists.
The object may also have a general representation as described
by the
Displayable
interface. And it may have a different
default representation for tables as described by
the TableDisplayable
interface.
Used by the JGoodies JGDisplayableListCellRenderer
.
- Since:
- 1.7
-
Method Summary
Modifier and TypeMethodDescriptionReturns this object's default String presentation in lists.
-
Method Details
-
getListDisplayString
String getListDisplayString()Returns this object's default String presentation in lists.- Returns:
- this object's standard list representation
-