Class DecoratorProviderTableCellRenderer

  • All Implemented Interfaces:
    TableCellRenderer

    public class DecoratorProviderTableCellRenderer
    extends Object
    implements TableCellRenderer
    A TableCellRenderer which use decorators from the provider to obtain the text to display.

    The interest of this renderer is to define a unique renderer for your application (put it in JAXXContext) and then use it simply :)

    User: chemit Date: 29 oct. 2009 Time: 03:00:53

    Since:
    2.0.0
    See Also:
    DecoratorProvider
    • Field Detail

      • provider

        protected final io.ultreia.java4all.decoration.DecoratorProvider provider
        provider of decorators
    • Constructor Detail

      • DecoratorProviderTableCellRenderer

        public DecoratorProviderTableCellRenderer()
      • DecoratorProviderTableCellRenderer

        public DecoratorProviderTableCellRenderer​(TableCellRenderer delegate)