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