com.google.code.validationframework.swing.trigger
Class JTextAreaDocumentChangedTrigger
java.lang.Object
com.google.code.validationframework.base.trigger.AbstractTrigger
com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger<JTextArea>
com.google.code.validationframework.swing.trigger.JTextAreaDocumentChangedTrigger
- All Implemented Interfaces:
- com.google.code.validationframework.api.common.Disposable, com.google.code.validationframework.api.trigger.Trigger
public class JTextAreaDocumentChangedTrigger
- extends BaseJTextComponentDocumentChangedTrigger<JTextArea>
Convenience trigger that initiates the validation whenever the document of a text area is modified.
- See Also:
BaseJTextComponentDocumentChangedTrigger
| Fields inherited from class com.google.code.validationframework.base.trigger.AbstractTrigger |
listeners |
| Methods inherited from class com.google.code.validationframework.base.trigger.AbstractTrigger |
addTriggerListener, fireTriggerEvent, removeTriggerListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTextAreaDocumentChangedTrigger
public JTextAreaDocumentChangedTrigger(JTextArea source)
- Constructor specifying the text area to listen to.
- Parameters:
source - Text area to listen to
Copyright © 2013. All Rights Reserved.