| Class | Description |
|---|---|
| DecoratorListCellRenderer |
A
ListCellRenderer which compute text with the given DecoratorListCellRenderer.decorator
and leave the hand to the DecoratorListCellRenderer.delegate to perform the visual renderer. |
| DecoratorProviderListCellRenderer |
A
ListCellRenderer which use decorators from the DecoratorProviderListCellRenderer.provider to obtain the text to display. |
| FilteredDecoratorListCellRenderer |
A
ListCellRenderer which compute text with the given DecoratorListCellRenderer.decorator,
highlights a part of the rendered text,
and leave the hand to the DecoratorListCellRenderer.delegate to perform the visual renderer. |
| LocaleListCellRenderer | |
| MultiDecoratorListCellRenderer |
A
ListCellRenderer which compute text with the matching decorator
from MultiDecoratorListCellRenderer.decorators and leave the hand to the MultiDecoratorListCellRenderer.delegate to
perform the visual renderer. |
Copyright © 2008–2015 CodeLutin. All rights reserved.