Class TfDocumentListener
- java.lang.Object
-
- org.apache.uima.tools.docanalyzer.TfDocumentListener
-
- All Implemented Interfaces:
EventListener,DocumentListener
public class TfDocumentListener extends Object implements 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.
-
-
Constructor Summary
Constructors Constructor Description TfDocumentListener(PrefsMediator med)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangedUpdate(DocumentEvent e)voidinsertUpdate(DocumentEvent e)voidremoveUpdate(DocumentEvent e)
-
-
-
Constructor Detail
-
TfDocumentListener
public TfDocumentListener(PrefsMediator med)
-
-
Method Detail
-
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdatein interfaceDocumentListener
-
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdatein interfaceDocumentListener
-
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdatein interfaceDocumentListener
-
-