org.apache.uima.tools.docanalyzer
Class TfDocumentListener
java.lang.Object
org.apache.uima.tools.docanalyzer.TfDocumentListener
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.DocumentListener
public class TfDocumentListener
- extends java.lang.Object
- implements javax.swing.event.DocumentListener
* This class tells the Mediator to check the length of the 3 text fields and adjust whether the 3
buttons are enabeld or not.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TfDocumentListener
public TfDocumentListener(PrefsMediator med)
changedUpdate
public void changedUpdate(javax.swing.event.DocumentEvent e)
- Specified by:
changedUpdate
in interface javax.swing.event.DocumentListener
insertUpdate
public void insertUpdate(javax.swing.event.DocumentEvent e)
- Specified by:
insertUpdate
in interface javax.swing.event.DocumentListener
removeUpdate
public void removeUpdate(javax.swing.event.DocumentEvent e)
- Specified by:
removeUpdate
in interface javax.swing.event.DocumentListener
Copyright © 2013. All Rights Reserved.