| nextapp.echo2.app.list.StyledListCell
StyledListCell | public interface StyledListCell extends Serializable(Code) | | A representation of a rendered item within a list that contains
color and/or font information.
The toString() method will be invoked on the implementing
object to determine the text of the list cell.
|
getBackground | public Color getBackground()(Code) | | Returns the background of the list item.
the background |
getFont | public Font getFont()(Code) | | Returns the font of the list item.
the font |
getForeground | public Color getForeground()(Code) | | Returns the foreground of the list item.
the foreground |
|
|