Uses of Interface
org.jdesktop.swingx.decorator.HighlightPredicate
-
Packages that use HighlightPredicate Package Description org.jdesktop.swingx.decorator Contains API used to implement coordinated sorting, filtering and highlighting of the extended Swing cell-rendering component classes JXTable, JXTreeTable, JXTree, and JXList.org.jdesktop.swingx.search -
-
Uses of HighlightPredicate in org.jdesktop.swingx.decorator
Classes in org.jdesktop.swingx.decorator that implement HighlightPredicate Modifier and Type Class Description static classHighlightPredicate.AndHighlightPredicateAnds a list of predicates.static classHighlightPredicate.ColumnHighlightPredicateA HighlightPredicate based on column index.static classHighlightPredicate.DepthHighlightPredicateAHighlightPredicatebased on adapter depth.static classHighlightPredicate.EqualsHighlightPredicatePredicate testing the componentAdapter value against a fixed Object.static classHighlightPredicate.IdentifierHighlightPredicateA HighlightPredicate based on column identifier.static classHighlightPredicate.NotHighlightPredicateNegation of a HighlightPredicate.static classHighlightPredicate.OrHighlightPredicateOr's a list of predicates.static classHighlightPredicate.RowGroupHighlightPredicatestatic classHighlightPredicate.TypeHighlightPredicatePredicate testing the componentAdapter value type against a given Class.classPatternPredicatePattern based HighlightPredicate.classSearchPredicatePattern based HighlightPredicate for searching.Fields in org.jdesktop.swingx.decorator declared as HighlightPredicate Modifier and Type Field Description static HighlightPredicateHighlightPredicate. ALWAYSUnconditional true.static HighlightPredicateHighlightPredicate. BIG_DECIMAL_NEGATIVENegative BigDecimals.static HighlightPredicateHighlightPredicate. EDITABLEIs editable.static HighlightPredicate[]HighlightPredicate. EMPTY_PREDICATE_ARRAYstatic HighlightPredicateHighlightPredicate. EVENEven rows.static HighlightPredicateHighlightPredicate. HAS_FOCUSFocus predicate.static HighlightPredicateHighlightPredicate. INTEGER_NEGATIVENegative Number.static HighlightPredicateHighlightPredicate. IS_FOLDERFolder predicate - convenience: same as !IS_LEAF.static HighlightPredicateHighlightPredicate. IS_LEAFLeaf predicate.static HighlightPredicateHighlightPredicate. IS_SELECTEDSelected predicate.static HighlightPredicateHighlightPredicate. IS_TEXT_TRUNCATEDDetermines if the displayed text is truncated.static HighlightPredicateHighlightPredicate. NEVERUnconditional false.static HighlightPredicateHighlightPredicate. ODDOdd rows.static HighlightPredicateHighlightPredicate. READ_ONLYConvenience for read-only (same as !editable).static HighlightPredicateHighlightPredicate. ROLLOVER_CELLRollover Cell.static HighlightPredicateHighlightPredicate. ROLLOVER_COLUMNRollover Column.static HighlightPredicateHighlightPredicate. ROLLOVER_ROWRollover Row.Methods in org.jdesktop.swingx.decorator that return HighlightPredicate Modifier and Type Method Description HighlightPredicateAbstractHighlighter. getHighlightPredicate()Returns the HighlightPredicate used to decide whether a cell should be highlighted.HighlightPredicateHighlightPredicate.NotHighlightPredicate. getHighlightPredicate()HighlightPredicate[]HighlightPredicate.AndHighlightPredicate. getHighlightPredicates()HighlightPredicate[]HighlightPredicate.OrHighlightPredicate. getHighlightPredicates()Methods in org.jdesktop.swingx.decorator with parameters of type HighlightPredicate Modifier and Type Method Description voidAbstractHighlighter. 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 HighlightPredicate Constructor Description AbstractHighlighter(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, javax.swing.border.Border paddingBorder)Instantiates a BorderHighlighter with the given padding, HighlightPredicate and default compound property.BorderHighlighter(HighlightPredicate predicate, javax.swing.border.Border paddingBorder, boolean compound)Instantiates a BorderHighlighter with the given padding, HighlightPredicate, compound property and default inner property.BorderHighlighter(HighlightPredicate predicate, javax.swing.border.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, java.awt.Color cellBackground, java.awt.Color cellForeground)Constructs aColorHighlighterwith the specified unselected colors and HighlightPredicate.ColorHighlighter(HighlightPredicate predicate, java.awt.Color cellBackground, java.awt.Color cellForeground, java.awt.Color selectedBackground, java.awt.Color selectedForeground)Constructs aColorHighlighterwith the specified colors 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, java.awt.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, javax.swing.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.UIColorHighlighter(HighlightPredicate odd)Instantiates a ColorHighlighter with LF provided unselected background and the given predicate.Constructor parameters in org.jdesktop.swingx.decorator with type arguments of type HighlightPredicate Constructor Description AndHighlightPredicate(java.util.Collection<HighlightPredicate> list)Instantiates a predicate which ANDs all contained predicates.OrHighlightPredicate(java.util.Collection<HighlightPredicate> list)Instantiates a predicate which ORs all contained predicates. -
Uses of HighlightPredicate in org.jdesktop.swingx.search
Methods in org.jdesktop.swingx.search that return HighlightPredicate Modifier and Type Method Description protected HighlightPredicateAbstractSearchable. createMatchPredicate()Creates and returns a HighlightPredicate appropriate for the current search result.
-