|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThresholdList | |
|---|---|
| ca.odell.glazedlists.swing | |
| ca.odell.glazedlists.swt | |
| Uses of ThresholdList in ca.odell.glazedlists.swing |
|---|
| Methods in ca.odell.glazedlists.swing with parameters of type ThresholdList | |
|---|---|
static BoundedRangeModel |
GlazedListsSwing.lowerRangeModel(ThresholdList target)
Creates a model that manipulates the lower bound of the specified ThresholdList. |
static BoundedRangeModel |
GlazedListsSwing.upperRangeModel(ThresholdList target)
Creates a model that manipulates the upper bound of the specified ThresholdList. |
| Uses of ThresholdList in ca.odell.glazedlists.swt |
|---|
| Methods in ca.odell.glazedlists.swt with parameters of type ThresholdList | |
|---|---|
static SelectionListener |
GlazedListsSWT.lowerThresholdViewer(ThresholdList thresholdList,
Scale scale)
Creates a viewer that manipulates the lower bound of the specified ThresholdList based on changes to Scale selection. |
static SelectionListener |
GlazedListsSWT.lowerThresholdViewer(ThresholdList thresholdList,
Slider slider)
Creates a viewer that manipulates the lower bound of the specified ThresholdList based on changes to the Slider. |
static SelectionListener |
GlazedListsSWT.upperThresholdViewer(ThresholdList thresholdList,
Scale scale)
Creates a viewer that manipulates the upper bound of the specified ThresholdList based on changes to Scale selection. |
static SelectionListener |
GlazedListsSWT.upperThresholdViewer(ThresholdList thresholdList,
Slider slider)
Creates a viewer that manipulates the upper bound of the specified ThresholdList based on changes to the Slider. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||