| Class | Description |
|---|---|
| BaseJTextComponentTextProvider<C extends JTextComponent> |
Data provider retrieving the text from a text component.
|
| BaseJToggleButtonValueProvider<C extends JToggleButton> |
Data provider retrieving the selection state from a toggle button.
|
| ButtonGroupIndexProvider | Deprecated
Use
ButtonGroupSelectedIndexProvider instead. |
| ButtonGroupSelectedButtonModelProvider |
Data provider retrieving the selected button model in a button group.
|
| ButtonGroupSelectedIndexProvider |
Data provider retrieving the selected index in a button group.
|
| ButtonGroupSelectionProvider | Deprecated
Use
ButtonGroupSelectedButtonModelProvider instead. |
| JCheckBoxValueProvider |
Data provider retrieving the selection state from a checkbox.
It is provided for convenience over the BaseJToggleButtonValueProvider to make it easier to find when building validators. |
| JComboBoxSelectedIndexProvider |
Data provider retrieving the selected index of a combobox.
|
| JComboBoxSelectedValueProvider<DPO> |
Data provider retrieving the selected value of a combobox.
|
| 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. |
| JFormattedTextFieldLastValidValueProvider<DPO> |
Data provider retrieving the last valid value from a formatted textfield.
|
| 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. |
| JFormattedTextFieldValueProvider<DPO> |
Data provider reading the value from a formatted textfield.
|
| JListSelectedIndexProvider |
Data provider retrieving the selected index of a list.
|
| JListSelectedIndicesProvider |
Data provider retrieving the selected indices of a list.
|
| JListSelectedValueProvider<DPO> |
Data provider retrieving the selected value of a list.
|
| JListSelectedValuesProvider<DPO> |
Data provider retrieving the selected values of a list.
|
| JPasswordFieldPasswordProvider |
Data provider retrieving the text from a password field.
For stronger security, it is recommended that the returned character array be cleared after use by the validation rules by setting each character to zero. |
| JRadioButtonValueProvider |
Data provider retrieving the selection state from a radio button.
It is provided for convenience over the BaseJToggleButtonValueProvider to make it easier to find when building validators. |
| JSliderValueProvider |
Data provider reading the value from a slider.
|
| JSpinnerEditorTextProvider |
Data provider reading the text from the text editor of a spinner.
|
| JSpinnerEditorValueProvider<DPO> |
Data provider reading the value from a spinner.
|
| JSpinnerModelValueProvider<DPO> |
Data provider reading the value from the model of a spinner.
|
| JTableComboBoxEditorSelectedIndexProvider |
Provider of the selected index of the current combobox editor component from a given table.
Note that if the table is not in editing, no index can be provided. |
| JTableComboBoxEditorSelectedValueProvider<DPO> |
Provider of the selected value of the current combobox editor component from a given table.
|
| JTableTextEditorTextProvider |
Provider of the text of the current text editor component from a given table.
Note that if the table is not in editing state, no text can be provided. |
| JTableTextEditorValueProvider<DPO> |
Provider of the value of the current formatted text editor component from a given table.
|
| 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. |
| 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. |
| 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. |
| 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. |
| JToggleButtonValueProvider |
Data provider retrieving the selection state from a toggle button.
It is provided for convenience over the BaseJToggleButtonValueProvider to make it easier to find when building validators. |
Copyright © 2015. All Rights Reserved.