Uses of Class
com.luciad.gui.swing.TLcdRangeSliderModel
Packages that use TLcdRangeSliderModel
Package
Description
Components and utilities for working with Swing based maps.
-
Uses of TLcdRangeSliderModel in com.luciad.gui.swing
Fields in com.luciad.gui.swing declared as TLcdRangeSliderModelModifier and TypeFieldDescriptionprotected TLcdRangeSliderModel
TLcdRangeSlider.fRangeSliderModel
The data that handles the numeric maximum value, minimum value, and current-position value for the slider.Methods in com.luciad.gui.swing that return TLcdRangeSliderModelModifier and TypeMethodDescriptionTLcdRangeSlider.getModel()
Returns the model that handles the sliders fundamental properties: minimum, maximum, range minimum and range maximum.Methods in com.luciad.gui.swing with parameters of type TLcdRangeSliderModelModifier and TypeMethodDescriptionvoid
TLcdRangeSlider.setModel
(TLcdRangeSliderModel aRangeSliderModel) Sets the model that handles the sliders fundamental properties: minimum, maximum, range minimum and range maximum.