Class FilteredDecoratorListCellRenderer<O>

    • Field Detail

      • filterText

        protected String filterText
        text to highlight
      • pattern

        protected Pattern pattern
      • highlightFilterText

        protected boolean highlightFilterText
    • Constructor Detail

      • FilteredDecoratorListCellRenderer

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

        public FilteredDecoratorListCellRenderer​(ListCellRenderer<O> delegate,
                                                 io.ultreia.java4all.decoration.Decorator decorator)
      • FilteredDecoratorListCellRenderer

        public FilteredDecoratorListCellRenderer​(ListCellRenderer<O> delegate,
                                                 io.ultreia.java4all.decoration.Decorator decorator,
                                                 boolean highlightFilterText)