Uses of Class
ca.odell.glazedlists.ThresholdList
-
Packages that use ThresholdList Package Description ca.odell.glazedlists.swing -
-
Uses of ThresholdList in ca.odell.glazedlists.swing
Methods in ca.odell.glazedlists.swing with parameters of type ThresholdList Modifier and Type Method Description static javax.swing.BoundedRangeModel
GlazedListsSwing. lowerRangeModel(ThresholdList target)
Creates a model that manipulates the lower bound of the specified ThresholdList.static javax.swing.BoundedRangeModel
GlazedListsSwing. upperRangeModel(ThresholdList target)
Creates a model that manipulates the upper bound of the specified ThresholdList.
-