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 void
changedUpdate(DocumentEvent e)
void
insertUpdate(DocumentEvent e)
void
removeUpdate(DocumentEvent e)
-
-
-
Constructor Detail
-
TfDocumentListener
public TfDocumentListener(PrefsMediator med)
-
-
Method Detail
-
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate
in interfaceDocumentListener
-
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate
in interfaceDocumentListener
-
-