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 theDisplayable
interface. And it may have a different default representation for tables as described by theTableDisplayable
interface.Used by the JGoodies
JGDisplayableListCellRenderer
.- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getListDisplayString()
Returns this object's default String presentation in lists.
-