Package com.jgoodies.common.display
Interface ListDisplayable
-
public interface ListDisplayableDescribes how an object shall represent itself in lists. The object may also have a general representation as described by theDisplayableinterface. And it may have a different default representation for tables as described by theTableDisplayableinterface.Used by the JGoodies
JGDisplayableListCellRenderer.- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetListDisplayString()Returns this object's default String presentation in lists.
-