Class ApplicationColorHighlighter

java.lang.Object
org.jdesktop.swingx.decorator.AbstractHighlighter
org.nuiton.jaxx.application.swing.util.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)  
  • Method Summary

    Modifier and Type Method Description
    protected Component doHighlight​(Component component, org.jdesktop.swingx.decorator.ComponentAdapter adapter)  

    Methods inherited from class org.jdesktop.swingx.decorator.AbstractHighlighter

    addChangeListener, areEqual, canHighlight, fireStateChanged, getChangeListeners, getHighlightPredicate, highlight, removeChangeListener, setHighlightPredicate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ApplicationColorHighlighter

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

    • doHighlight

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