Package org.nuiton.jaxx.runtime.swing.renderer
-
Class Summary Class Description BooleanCellRenderer BooleanWithPredicateTableCellRenderer Created on 14/08/15.ClassTableCellRenderer Table cell renderer for aClassColorCellRenderer Date: 31/07/12DecoratorListCellRenderer<O> AListCellRendererwhich compute text with the givenDecoratorListCellRenderer.decoratorand leave the hand to theDecoratorListCellRenderer.delegateto perform the visual renderer.DecoratorProviderListCellRenderer AListCellRendererwhich use decorators from theDecoratorProviderListCellRenderer.providerto obtain the text to display.DecoratorProviderTableCellRenderer ATableCellRendererwhich use decorators from theDecoratorProviderTableCellRenderer.providerto obtain the text to display.DecoratorTableCellRenderer ATableCellRendererwhich compute text with the givenDecoratorTableCellRenderer.decoratorand leave the hand to theDecoratorTableCellRenderer.delegateto perform the visual renderer.EmptyNumberTableCellRenderer ATableCellRendererwhich does not display numbers when they are equals to 0.EnumEditorRenderer<E extends Enum<E>> Created on 08/03/16.EnumTableCellRenderer<E extends Enum<E>> ATableCellRendererwhich displays enum values from their ordinal value.FilteredDecoratorListCellRenderer<O> AListCellRendererwhich compute text with the givenDecoratorListCellRenderer.decorator, highlights a part of the rendered text, and leave the hand to theDecoratorListCellRenderer.delegateto perform the visual renderer.I18nTableCellRenderer A simple TableCellRenderer using a delegate TableCellRenderer to render everything elese thant the text : the text is I18nalize.LocaleListCellRenderer MultiDecoratorListCellRenderer AListCellRendererwhich compute text with the matching decorator fromMultiDecoratorListCellRenderer.decoratorsand leave the hand to theMultiDecoratorListCellRenderer.delegateto perform the visual renderer.MultiDecoratorTableCelleRenderer ATableCellRendererwhich compute text with the matching decorator fromMultiDecoratorTableCelleRenderer.decoratorsbased on the type of value and leave the hand to theMultiDecoratorTableCelleRenderer.delegateto perform the visual renderer.