Class DecoratorTableCellRenderer

  • All Implemented Interfaces:
    TableCellRenderer

    public class DecoratorTableCellRenderer
    extends Object
    implements TableCellRenderer
    A TableCellRenderer which compute text with the given decorator and leave the hand to the delegate to perform the visual renderer.
    Since:
    1.7.2 (was previously jaxx.runtime.swing.DecoratorTableCellRenderer).
    Author:
    Tony Chemit - dev@tchemit.fr
    • Field Detail

      • decorator

        protected final io.ultreia.java4all.decoration.Decorator decorator
        Decorator to produce text to render
      • showToolTipText

        protected boolean showToolTipText
    • Constructor Detail

      • DecoratorTableCellRenderer

        public DecoratorTableCellRenderer​(io.ultreia.java4all.decoration.Decorator decorator)
      • DecoratorTableCellRenderer

        public DecoratorTableCellRenderer​(io.ultreia.java4all.decoration.Decorator decorator,
                                          boolean showToolTipText)
      • DecoratorTableCellRenderer

        public DecoratorTableCellRenderer​(TableCellRenderer delegate,
                                          io.ultreia.java4all.decoration.Decorator decorator)
      • DecoratorTableCellRenderer

        public DecoratorTableCellRenderer​(TableCellRenderer delegate,
                                          io.ultreia.java4all.decoration.Decorator decorator,
                                          boolean showToolTipText)