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 Colorcolorprotected booleanforeground -
Constructor Summary
Constructors Constructor Description ApplicationColorHighlighter(org.jdesktop.swingx.decorator.HighlightPredicate predicate, Color color, boolean foreground) -
Method Summary
Modifier and Type Method Description protected ComponentdoHighlight(Component component, org.jdesktop.swingx.decorator.ComponentAdapter adapter)
-
Field Details
-
color
-
foreground
protected boolean foreground
-
-
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:
doHighlightin classorg.jdesktop.swingx.decorator.AbstractHighlighter
-