| Package | Description |
|---|---|
| com.google.code.validationframework.swing.dataprovider |
| Modifier and Type | Class and Description |
|---|---|
class |
JEditorPaneTextProvider
Data provider retrieving the text from an editor pane.
It is provided for convenience over the BaseJTextComponentTextProvider to make it easier to find when building validators. |
class |
JFormattedTextFieldTextProvider
Data provider retrieving the text from a formatted textfield.
It is provided for convenience over the BaseJTextComponentTextProvider to make it easier to find when building validators. |
class |
JTextAreaTextProvider
Data provider retrieving the text from a text area.
It is provided for convenience over the BaseJTextComponentTextProvider to make it easier to find when building validators. |
class |
JTextComponentTextProvider
Data provider retrieving the text from a text component.
It is provided for convenience over the BaseJTextComponentTextProvider to make it easier to find when building validators. |
class |
JTextFieldTextProvider
Data provider retrieving the text from a textfield.
It is provided for convenience over the BaseJTextComponentTextProvider to make it easier to find when building validators. |
class |
JTextPaneTextProvider
Data provider retrieving the text from a text pane.
It is provided for convenience over the BaseJTextComponentTextProvider to make it easier to find when building validators. |
Copyright © 2015. All Rights Reserved.