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 classAnds a list of predicates.static classA HighlightPredicate based on column index.static classPredicate testing the componentAdapter column type against a given Class.static classAHighlightPredicatebased on adapter depth.static classPredicate testing the componentAdapter value against a fixed Object.static classA HighlightPredicate based on column identifier.static classNegation of a HighlightPredicate.static classOr's a list of predicates.static classTODOstatic classPredicate testing the componentAdapter value type against a given Class.classPattern based HighlightPredicate.classPattern based HighlightPredicate for searching.Fields in org.jdesktop.swingx.decorator declared as HighlightPredicateModifier and TypeFieldDescriptionstatic final HighlightPredicateHighlightPredicate.ALWAYSUnconditional true.static final HighlightPredicateHighlightPredicate.BIG_DECIMAL_NEGATIVENegative BigDecimals.static final HighlightPredicateHighlightPredicate.EDITABLEIs editable.static final HighlightPredicate[]HighlightPredicate.EMPTY_PREDICATE_ARRAYEMPTY_PREDICATE_ARRAYstatic final HighlightPredicateHighlightPredicate.EVENEven rows.static final HighlightPredicateHighlightPredicate.HAS_FOCUSFocus predicate.static final HighlightPredicateHighlightPredicate.INTEGER_NEGATIVENegative Number.static final HighlightPredicateHighlightPredicate.IS_FOLDERFolder predicate - convenience: same as !static final HighlightPredicateHighlightPredicate.IS_LEAFLeaf predicate.static final HighlightPredicateHighlightPredicate.IS_SELECTEDSelected predicate.static final HighlightPredicateHighlightPredicate.IS_TEXT_TRUNCATEDDetermines if the displayed text is truncated.static final HighlightPredicateHighlightPredicate.NEVERUnconditional false.static final HighlightPredicateHighlightPredicate.ODDOdd rows.static final HighlightPredicateHighlightPredicate.READ_ONLYConvenience for read-only (same as !static final HighlightPredicateHighlightPredicate.ROLLOVER_CELLRollover Cell.static final HighlightPredicateHighlightPredicate.ROLLOVER_COLUMNRollover Column.static final HighlightPredicateHighlightPredicate.ROLLOVER_ROWRollover 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 TypeMethodDescriptionvoidAbstractHighlighter.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 aColorHighlighterwith the specified unselected colors and HighlightPredicate.ColorHighlighter(HighlightPredicate predicate, Color cellBackground, Color cellForeground, Color selectedBackground, Color selectedForeground) Constructs aColorHighlighterwith 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 givenHighlighters.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 HighlightPredicateAbstractSearchable.createMatchPredicate()Creates and returns a HighlightPredicate appropriate for the current search result.