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 java.awt.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, java.awt.Color color, boolean foreground)  
  • Method Summary

    Modifier and Type Method Description
    protected java.awt.Component doHighlight​(java.awt.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

    • color

      protected java.awt.Color color
    • foreground

      protected boolean foreground
  • Constructor Details

    • ApplicationColorHighlighter

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

    • doHighlight

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