NextApp Echo
1.1.4

nextapp.echo
Interface ListCellRenderer.StyledListCell

Enclosing interface:
ListCellRenderer

public static interface ListCellRenderer.StyledListCell

A representation of a rendererd item within a list that conatins color and font information. The toString() method will be invoked on the implementing object to determine the text of the list cell.


Method Summary
 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.
 

Method Detail

getBackground

public Color getBackground()
Returns the background of the list item.

Returns:
The background of the list item.

getFont

public Font getFont()
Returns the font of the list item.

Returns:
The font of the list item.

getForeground

public Color getForeground()
Returns the foreground of the list item.

Returns:
The foreground of the list item.

NextApp Echo
1.1.4