Package com.google.code.validationframework.swing.trigger

Class Summary
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.
When this trigger is not longer required, do not forget to call BaseJComponentFocusGainedTrigger.dispose().
BaseJComponentFocusLostTrigger<C extends JComponent> Base class for triggers on focus loss.
When this trigger is not longer required, do not forget to call BaseJComponentFocusLostTrigger.dispose().
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  
JComboBoxClosedTrigger  
JComboBoxModelChangedTrigger  
JComboBoxOpenedTrigger  
JComponentFocusGainedTrigger Convenience class for triggers on focus gain by a JComponent.
When this trigger is not longer required, do not forget to call BaseJComponentFocusGainedTrigger.dispose().
JComponentFocusLostTrigger Convenience class for triggers on focus loss by a JComponent.
When this trigger is not longer required, do not forget to call BaseJComponentFocusLostTrigger.dispose().
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.
When this trigger is not longer required, do not forget to call BaseJComponentFocusGainedTrigger.dispose().
JFormattedTextFieldFocusLostTrigger Convenience class for triggers on focus loss by a JFormattedTextField.
When this trigger is not longer required, do not forget to call BaseJComponentFocusLostTrigger.dispose().
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  
JTableTextEditorDocumentChangedTrigger  
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.
When this trigger is not longer required, do not forget to call BaseJComponentFocusGainedTrigger.dispose().
JTextFieldFocusLostTrigger Convenience class for triggers on focus loss by a JTextField.
When this trigger is not longer required, do not forget to call BaseJComponentFocusLostTrigger.dispose().
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 © 2013. All Rights Reserved.