Class ApplicationColorHighlighter

  • All Implemented Interfaces:
    org.jdesktop.swingx.decorator.Highlighter

    public class ApplicationColorHighlighter
    extends org.jdesktop.swingx.decorator.AbstractHighlighter
    Since:
    2.8
    Author:
    Tony Chemit - chemit@codelutin.com
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Color color  
      protected boolean foreground  
      • Fields inherited from class org.jdesktop.swingx.decorator.AbstractHighlighter

        listenerList
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationColorHighlighter​(org.jdesktop.swingx.decorator.HighlightPredicate predicate, Color color, boolean foreground)  
    • Field Detail

      • color

        protected Color color
      • foreground

        protected boolean foreground
    • Constructor Detail

      • ApplicationColorHighlighter

        public ApplicationColorHighlighter​(org.jdesktop.swingx.decorator.HighlightPredicate predicate,
                                           Color color,
                                           boolean foreground)
    • Method Detail

      • doHighlight

        protected Component doHighlight​(Component component,
                                        org.jdesktop.swingx.decorator.ComponentAdapter adapter)
        Specified by:
        doHighlight in class org.jdesktop.swingx.decorator.AbstractHighlighter