Class TfFocusListener
- java.lang.Object
-
- org.apache.uima.tools.docanalyzer.TfFocusListener
-
- All Implemented Interfaces:
java.awt.event.FocusListener,java.util.EventListener
public class TfFocusListener extends java.lang.Object implements java.awt.event.FocusListenerThis class tells the Mediator to check the lenght of the 3 text fields and adjust whether the 3 buttons are enabeld or not.
-
-
Constructor Summary
Constructors Constructor Description TfFocusListener(PrefsMediator med)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfocusGained(java.awt.event.FocusEvent arg0)voidfocusLost(java.awt.event.FocusEvent arg0)
-
-
-
Constructor Detail
-
TfFocusListener
public TfFocusListener(PrefsMediator med)
-
-