Uses of Interface
org.jdesktop.swingx.decorator.HighlightPredicate
Packages that use HighlightPredicate
Package
Description
Contains API used to implement coordinated sorting, filtering
and highlighting of the extended Swing cell-rendering component
classes JXTable, JXTreeTable, JXTree, and JXList.
-
Uses of HighlightPredicate in org.jdesktop.swingx.decorator
Classes in org.jdesktop.swingx.decorator that implement HighlightPredicateModifier and TypeClassDescriptionstatic class
Ands a list of predicates.static class
A HighlightPredicate based on column index.static class
Predicate testing the componentAdapter column type against a given Class.static class
AHighlightPredicate
based on adapter depth.static class
Predicate testing the componentAdapter value against a fixed Object.static class
A HighlightPredicate based on column identifier.static class
Negation of a HighlightPredicate.static class
Or's a list of predicates.static class
TODOstatic class
Predicate testing the componentAdapter value type against a given Class.class
Pattern based HighlightPredicate.class
Pattern based HighlightPredicate for searching.Fields in org.jdesktop.swingx.decorator declared as HighlightPredicateModifier and TypeFieldDescriptionstatic final HighlightPredicate
HighlightPredicate.ALWAYS
Unconditional true.static final HighlightPredicate
HighlightPredicate.BIG_DECIMAL_NEGATIVE
Negative BigDecimals.static final HighlightPredicate
HighlightPredicate.EDITABLE
Is editable.static final HighlightPredicate[]
HighlightPredicate.EMPTY_PREDICATE_ARRAY
EMPTY_PREDICATE_ARRAYstatic final HighlightPredicate
HighlightPredicate.EVEN
Even rows.static final HighlightPredicate
HighlightPredicate.HAS_FOCUS
Focus predicate.static final HighlightPredicate
HighlightPredicate.INTEGER_NEGATIVE
Negative Number.static final HighlightPredicate
HighlightPredicate.IS_FOLDER
Folder predicate - convenience: same as !static final HighlightPredicate
HighlightPredicate.IS_LEAF
Leaf predicate.static final HighlightPredicate
HighlightPredicate.IS_SELECTED
Selected predicate.static final HighlightPredicate
HighlightPredicate.IS_TEXT_TRUNCATED
Determines if the displayed text is truncated.static final HighlightPredicate
HighlightPredicate.NEVER
Unconditional false.static final HighlightPredicate
HighlightPredicate.ODD
Odd rows.static final HighlightPredicate
HighlightPredicate.READ_ONLY
Convenience for read-only (same as !static final HighlightPredicate
HighlightPredicate.ROLLOVER_CELL
Rollover Cell.static final HighlightPredicate
HighlightPredicate.ROLLOVER_COLUMN
Rollover Column.static final HighlightPredicate
HighlightPredicate.ROLLOVER_ROW
Rollover Row.Methods in org.jdesktop.swingx.decorator that return HighlightPredicateModifier and TypeMethodDescriptionAbstractHighlighter.getHighlightPredicate()
Returns the HighlightPredicate used to decide whether a cell should be highlighted.HighlightPredicate.NotHighlightPredicate.getHighlightPredicate()
HighlightPredicate.AndHighlightPredicate.getHighlightPredicates()
HighlightPredicate.OrHighlightPredicate.getHighlightPredicates()
Methods in org.jdesktop.swingx.decorator with parameters of type HighlightPredicateModifier and TypeMethodDescriptionvoid
AbstractHighlighter.setHighlightPredicate
(HighlightPredicate predicate) Set the HighlightPredicate used to decide whether a cell should be highlighted.Constructors in org.jdesktop.swingx.decorator with parameters of type HighlightPredicateModifierConstructorDescriptionAbstractHighlighter
(HighlightPredicate predicate) Instantiates a Highlighter with the given HighlightPredicate.AlignmentHighlighter
(HighlightPredicate predicate) Instantiates a FontHighlighter with the given HighlightPredicate and default horizontal alignement.AlignmentHighlighter
(HighlightPredicate predicate, int alignment) Instantiates a FontHighlighter with the given HighlightPredicate and null Font.AndHighlightPredicate
(HighlightPredicate... predicate) Instantiates a predicate which ands all given predicates.BorderHighlighter
(HighlightPredicate predicate) Instantiates a BorderHighlighter with no padding, using the given predicate.BorderHighlighter
(HighlightPredicate predicate, Border paddingBorder) Instantiates a BorderHighlighter with the given padding, HighlightPredicate and default compound property.BorderHighlighter
(HighlightPredicate predicate, Border paddingBorder, boolean compound) Instantiates a BorderHighlighter with the given padding, HighlightPredicate, compound property and default inner property.BorderHighlighter
(HighlightPredicate predicate, Border paddingBorder, boolean compound, boolean inner) Instantiates a BorderHighlighter with the given padding, HighlightPredicate and compound property.ColorHighlighter
(HighlightPredicate predicate) Instantiates a ColorHighlighter with null colors and uses the specified HighlightPredicate.ColorHighlighter
(HighlightPredicate predicate, Color cellBackground, Color cellForeground) Constructs aColorHighlighter
with the specified unselected colors and HighlightPredicate.ColorHighlighter
(HighlightPredicate predicate, Color cellBackground, Color cellForeground, Color selectedBackground, Color selectedForeground) Constructs aColorHighlighter
with the specified colors and HighlightPredicate.Instantiates a ComponentOrientationHighlighter with the given HighlightPredicate andComponentOrientation.LEFT_TO_RIGHT
.Instantiates a ComponentOrientationHighlighter with the given ComponentOrientation and HighlightPredicate.CompoundHighlighter
(HighlightPredicate predicate, Highlighter... inList) Instantiates a CompoundHighlighter with the given predicate containing the givenHighlighter
s.EnabledHighlighter
(HighlightPredicate predicate) Instantiates a EnabledHighlighter with the specified HighlightPredicate and default enabled property (== false).EnabledHighlighter
(HighlightPredicate predicate, boolean enabled) Instantiates a EnabledHighlighter with the specified HighlightPredicate and default enabled property.FontHighlighter
(HighlightPredicate predicate) Instantiates a FontHighlighter with the given HighlightPredicate and null Font.FontHighlighter
(HighlightPredicate predicate, Font font) Instantiates a FontHighlighter with the given Font and HighlightPredicate.IconHighlighter
(HighlightPredicate predicate) Instantiates a IconHighlighter with null Icon the given predicate.IconHighlighter
(HighlightPredicate predicate, Icon icon) Instantiates a IconHighlighter with the specified Icon and HighlightPredicate.NotHighlightPredicate
(HighlightPredicate predicate) Instantiates a not against the given predicate.OrHighlightPredicate
(HighlightPredicate... predicate) Instantiates a predicate which ORs all given predicates.PainterHighlighter
(HighlightPredicate predicate) Instantiates a PainterHighlighter with null painter which uses the given predicate.PainterHighlighter
(HighlightPredicate predicate, Painter<?> painter) Instantiates a PainterHighlighter with the given painter and predicate.ShadingColorHighlighter
(HighlightPredicate predicate) Instantiates a Highlighter with null colors using the specified HighlightPredicate.ToolTipHighlighter
(HighlightPredicate predicate) Instantiates a ToolTipHighlighter with the specified HighlightPredicate and a null StringValue.ToolTipHighlighter
(HighlightPredicate predicate, StringValue toolTipValue) Instantiates a ToolTipHighlighter with the specified HighlightPredicate and StringValue.Instantiates a ColorHighlighter with LF provided unselected background and the given predicate.Constructor parameters in org.jdesktop.swingx.decorator with type arguments of type HighlightPredicateModifierConstructorDescriptionInstantiates a predicate which ANDs all contained predicates.Instantiates a predicate which ORs all contained predicates. -
Uses of HighlightPredicate in org.jdesktop.swingx.search
Methods in org.jdesktop.swingx.search that return HighlightPredicateModifier and TypeMethodDescriptionprotected HighlightPredicate
AbstractSearchable.createMatchPredicate()
Creates and returns a HighlightPredicate appropriate for the current search result.