public class JSpinnerEditorTextProvider extends Object implements com.google.code.validationframework.api.dataprovider.DataProvider<String>
DataProvider,
JSpinner| Constructor and Description |
|---|
JSpinnerEditorTextProvider(JSpinner spinner)
Constructor specifying the spinner to get the text from.
|
| Modifier and Type | Method and Description |
|---|---|
JSpinner |
getComponent()
Gets the component providing the data to be validated.
|
String |
getData() |
public JSpinnerEditorTextProvider(JSpinner spinner)
spinner - Spinner to get the text from.public JSpinner getComponent()
Copyright © 2020. All rights reserved.