| Class | Description |
|---|---|
| ActionTrigger |
Trigger initiating the validation when an action is performed.
|
| BaseComponentKeyStrokeTrigger<C extends Component> |
Trigger that initiates the validation whenever registered key strokes happen on a component.
|
| BaseComponentPropertyChangedTrigger<C extends Component> |
Trigger initiating the validation when one or several properties of a component change.
|
| BaseJComponentFocusGainedTrigger<C extends Component> |
Base class for triggers on focus gain.
|
| BaseJComponentFocusLostTrigger<C extends JComponent> |
Base class for triggers on focus loss.
|
| BaseJTextComponentDocumentChangedTrigger<C extends JTextComponent> |
Trigger that initiates the validation whenever the document of a text component is modified.
|
| BaseJToggleButtonModelChangedTrigger<C extends JToggleButton> |
Trigger initiating the validation whenever the model of a toggle button is changed.
|
| ComponentKeyStrokeTrigger |
Trigger that initiates the validation whenever registered key strokes happen on a component.
|
| ComponentPropertyChangedTrigger |
Trigger initiating the validation when one or several properties of a component change.
|
| ComponentPropertyChangeTrigger | Deprecated
Use
ComponentPropertyChangedTrigger instead.This class will be removed in a future release. |
| InvokeLaterTrigger |
Trigger wrapper to re-schedule the wrapped trigger on the Event Dispatch Thread.
|
| JButtonActionTrigger | |
| JCheckBoxModelChangedTrigger |
Trigger initiating the validation whenever the model of a checkbox is changed.
It is provided for convenience over the BaseJToggleButtonModelChangedTrigger to make it easier to find while building the validators. |
| JComboBoxCanceledTrigger |
Trigger initiating the validation when the combobox popup menu is canceled.
|
| JComboBoxClosedTrigger |
Trigger initiating the validation when the combobox popup menu is canceled.
|
| JComboBoxModelChangedTrigger |
Trigger initiating the validation when the combobox popup menu is canceled.
|
| JComboBoxOpenedTrigger |
Trigger initiating the validation when the combobox popup menu is canceled.
|
| JComponentFocusGainedTrigger |
Convenience class for triggers on focus gain by a
JComponent. |
| JComponentFocusLostTrigger |
Convenience class for triggers on focus loss by a
JComponent. |
| JEditorPaneDocumentChangedTrigger |
Convenience trigger that initiates the validation whenever the document of an editor pane is modified.
|
| JFormattedTextFieldDocumentChangedTrigger |
Convenience trigger that initiates the validation whenever the document of a formatted textfield is modified.
|
| JFormattedTextFieldFocusGainedTrigger |
Convenience class for triggers on focus gain by a
JFormattedTextField. |
| JFormattedTextFieldFocusLostTrigger |
Convenience class for triggers on focus loss by a
JFormattedTextField. |
| JFormattedTextFieldKeyStrokeTrigger |
Trigger that initiates the validation whenever registered key strokes happen on a component.
|
| JListModelChangedTrigger |
Trigger that initiates the validation whenever the model of a list changes.
|
| JListSelectionChangedTrigger |
Trigger that initiates the validation whenever the selection in a list changes.
|
| JPasswordFieldDocumentChangedTrigger |
Convenience trigger that initiates the validation whenever the document of password field is modified.
|
| JRadioButtonModelChangedTrigger |
Trigger initiating the validation whenever the model of a radio button is changed.
It is provided for convenience over the BaseJToggleButtonModelChangedTrigger to make it easier to find while building the validators. |
| JSliderModelChangedTrigger | |
| JSpinnerEditorModelChangedTrigger | |
| JSpinnerModelChangedTrigger | |
| JTableComboBoxEditorModelChangedTrigger |
Trigger initiating the validation whenever the document of the combobox editor of one particular cell or any cell is
changed.
|
| JTableTextEditorDocumentChangedTrigger |
Trigger initiating the validation whenever the document of the text editor of one particular cell or any cell is
changed.
|
| JTextAreaDocumentChangedTrigger |
Convenience trigger that initiates the validation whenever the document of a text area is modified.
|
| JTextAreaKeyStrokeTrigger |
Trigger that initiates the validation whenever registered key strokes happen on a component.
|
| JTextComponentDocumentChangedTrigger |
Convenience trigger that initiates the validation whenever the document of a text component is modified.
|
| JTextFieldDocumentChangedTrigger |
Convenience trigger that initiates the validation whenever the document of a textfield is modified.
|
| JTextFieldFocusGainedTrigger |
Convenience class for triggers on focus gain by a
JTextField. |
| JTextFieldFocusLostTrigger |
Convenience class for triggers on focus loss by a
JTextField. |
| JTextFieldKeyStrokeTrigger |
Trigger that initiates the validation whenever registered key strokes happen on a component.
|
| JTextPaneDocumentChangedTrigger |
Convenience trigger that initiates the validation whenever the document of a text pane is modified.
|
| JToggleButtonModelChangedTrigger |
Trigger initiating the validation whenever the model of a toggle button is changed.
It is provided for convenience over the BaseJToggleButtonModelChangedTrigger to make it easier to find while building the validators. |
Copyright © 2015. All Rights Reserved.