public class JSliderValueProvider extends Object implements com.google.code.validationframework.api.dataprovider.DataProvider<Integer>
DataProvider,
JSlider| Constructor and Description |
|---|
JSliderValueProvider(JSlider slider)
Constructor specifying the slider to get the value from.
|
| Modifier and Type | Method and Description |
|---|---|
JSlider |
getComponent()
Gets the component providing the data to be validated.
|
Integer |
getData() |
public JSliderValueProvider(JSlider slider)
slider - Slider to get the value from.public JSlider getComponent()
Copyright © 2020. All rights reserved.