Class TfFocusListener
- java.lang.Object
-
- org.apache.uima.tools.docanalyzer.TfFocusListener
-
- All Implemented Interfaces:
FocusListener
,EventListener
public class TfFocusListener extends Object implements FocusListener
This 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 void
focusGained(FocusEvent arg0)
void
focusLost(FocusEvent arg0)
-
-
-
Constructor Detail
-
TfFocusListener
public TfFocusListener(PrefsMediator med)
-
-
Method Detail
-
focusGained
public void focusGained(FocusEvent arg0)
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
public void focusLost(FocusEvent arg0)
- Specified by:
focusLost
in interfaceFocusListener
-
-