JList
's in the application.See: Description
Interface | Description |
---|---|
ColorFactory |
Interface that makes it possible to replace the strategy for coloring items.
|
IconFactory |
Interface that makes it possible to replace the strategy for generating icons for items.
|
Class | Description |
---|---|
NoColorFactory |
Always returns
Color.BLACK . |
NoIconFactory |
Always returns null (no icon).
|
QListCellRenderer |
Custom
ListCellRenderer for customizing JList rendering. |
JList
's in the application.