NextApp Echo2
v2.1.0

nextapp.echo2.app.list
Interface StyledListCell

All Superinterfaces:
java.io.Serializable

public interface StyledListCell
extends java.io.Serializable

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.


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

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

Returns:
the background

getFont

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

Returns:
the font

getForeground

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

Returns:
the foreground

NextApp Echo2
v2.1.0