Package jaxx.runtime.swing.renderer

Class Summary
BooleanCellRenderer  
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.
DecoratorProviderTableCellRenderer A TableCellRenderer which use decorators from the DecoratorProviderTableCellRenderer.provider to obtain the text to display.
DecoratorTableCellRenderer A TableCellRenderer which compute text with the given DecoratorTableCellRenderer.decorator and leave the hand to the DecoratorTableCellRenderer.delegate to perform the visual renderer.
EmptyNumberTableCellRenderer A TableCellRenderer which does not display numbers when they are equals to 0.
EnumTableCellRenderer<E extends Enum<E>> A TableCellRenderer which displays enum values from their ordinal value.
I18nTableCellRenderer A simple TableCellRenderer using a delegate TableCellRenderer to render everything elese thant the text : the text is I18nalize.
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.
MultiDecoratorTableCelleRenderer A TableCellRenderer which compute text with the matching decorator from MultiDecoratorTableCelleRenderer.decorators based on the type of value and leave the hand to the MultiDecoratorTableCelleRenderer.delegate to perform the visual renderer.
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.