com.google.code.validationframework.swing.trigger
Class JTextAreaDocumentChangedTrigger

java.lang.Object
  extended by com.google.code.validationframework.base.trigger.AbstractTrigger
      extended by com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger<JTextArea>
          extended by 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

Field Summary
 
Fields inherited from class com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger
source
 
Fields inherited from class com.google.code.validationframework.base.trigger.AbstractTrigger
listeners
 
Constructor Summary
JTextAreaDocumentChangedTrigger(JTextArea source)
          Constructor specifying the text area to listen to.
 
Method Summary
 
Methods inherited from class com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger
dispose, getComponent
 
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
 

Constructor Detail

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.