| Package | Description |
|---|---|
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SliderLabel
A label that can be attached to any slider showing the current value,
and optionally, the bounds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slider.addSliderChangeListener(SliderChangeListener s)
Add a SliderChangeListener to the listeners list
|
void |
Slider.removeSliderChangeListener(SliderChangeListener s)
Remove a SliderChangeListener from the listeners list
|