|
||||||||||
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 org.eclipse.swt.events.SelectionListener |
GlazedListsSWT.lowerThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.Scale scale)
Creates a viewer that manipulates the lower bound of the specified ThresholdList based on changes to Scale selection. |
static org.eclipse.swt.events.SelectionListener |
GlazedListsSWT.lowerThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.Slider slider)
Creates a viewer that manipulates the lower bound of the specified ThresholdList based on changes to the Slider. |
static org.eclipse.swt.events.SelectionListener |
GlazedListsSWT.upperThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.Scale scale)
Creates a viewer that manipulates the upper bound of the specified ThresholdList based on changes to Scale selection. |
static org.eclipse.swt.events.SelectionListener |
GlazedListsSWT.upperThresholdViewer(ThresholdList thresholdList,
org.eclipse.swt.widgets.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 |