public class JTableComboBoxEditorSelectedIndexProvider extends Object implements com.google.code.validationframework.api.dataprovider.DataProvider<Integer>
DataProvider,
JTable,
JTable.getCellEditor()| Constructor and Description |
|---|
JTableComboBoxEditorSelectedIndexProvider(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.
|
Integer |
getData() |
public JTableComboBoxEditorSelectedIndexProvider(JTable table)
table - Editable table.public JTable getComponent()
Copyright © 2020. All rights reserved.