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

java.lang.Object
  extended by com.google.code.validationframework.base.trigger.AbstractTrigger
      extended by com.google.code.validationframework.swing.trigger.BaseJTextComponentDocumentChangedTrigger<JEditorPane>
          extended by com.google.code.validationframework.swing.trigger.JEditorPaneDocumentChangedTrigger
All Implemented Interfaces:
com.google.code.validationframework.api.common.Disposable, com.google.code.validationframework.api.trigger.Trigger

public class JEditorPaneDocumentChangedTrigger
extends BaseJTextComponentDocumentChangedTrigger<JEditorPane>

Convenience trigger that initiates the validation whenever the document of an editor pane 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
JEditorPaneDocumentChangedTrigger(JEditorPane source)
          Constructor specifying the editor pane 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

JEditorPaneDocumentChangedTrigger

public JEditorPaneDocumentChangedTrigger(JEditorPane source)
Constructor specifying the editor pane to listen to.

Parameters:
source - Editor pane to listen to


Copyright © 2013. All Rights Reserved.