Class | Description |
---|---|
JContactItemRenderer |
Extends ContactItem because ContactItem is a JPanel
When ContactItem will be redesigned, and won't implement JPanel, we will
extend JPanel here directly and customize here.
|
JLabelIconRenderer |
The
JLabelIconRenderer is the an implementation of ListCellRenderer
to add icons w/ associated text in JComboBox and JList. |
JPanelRenderer |
The
JPanelRenderer is the an implementation of ListCellRenderer
to add an entire panel ui to lists. |
ListIconRenderer |
The
ListIconRenderer is the an implementation of ListCellRenderer
to add icons w/ associated text in JComboBox and JList. |