Uses of Interface
ca.odell.glazedlists.ThresholdList.Evaluator
-
Packages that use ThresholdList.Evaluator Package Description ca.odell.glazedlists -
-
Uses of ThresholdList.Evaluator in ca.odell.glazedlists
Methods in ca.odell.glazedlists that return ThresholdList.Evaluator Modifier and Type Method Description ThresholdList.Evaluator<E>
ThresholdList. getEvaluator()
A convenience method to allow access to theThresholdList.Evaluator
that was provided on construction.static <E> ThresholdList.Evaluator<E>
GlazedLists. thresholdEvaluator(java.lang.String propertyName)
Creates aThresholdList.Evaluator
that uses Reflection to utilize an integer JavaBean property as the threshold evaluation.Constructors in ca.odell.glazedlists with parameters of type ThresholdList.Evaluator Constructor Description ThresholdList(EventList<E> source, ThresholdList.Evaluator<E> evaluator)
Creates aThresholdList
that provides range-filtering on the specifiedEventList
using the specifiedThresholdList.Evaluator
.
-