public interface StyledListCell
extends java.io.Serializable
toString() method will be invoked on the implementing
object to determine the text of the list cell.| Modifier and Type | Method and Description |
|---|---|
Color |
getBackground()
Returns the background of the list item.
|
Font |
getFont()
Returns the font of the list item.
|
Color |
getForeground()
Returns the foreground of the list item.
|