Class TfFocusListener
java.lang.Object
org.apache.uima.tools.docanalyzer.TfFocusListener
- All Implemented Interfaces:
FocusListener,EventListener
This class tells the Mediator to check the lenght of the 3 text fields and adjust whether the 3
buttons are enabeld or not.
// * @see TfFocusEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfocusGained(FocusEvent arg0) voidfocusLost(FocusEvent arg0)
-
Field Details
-
med
The med.
-
-
Constructor Details
-
TfFocusListener
Instantiates a new tf focus listener.- Parameters:
med- the med
-
-
Method Details
-
focusGained
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener
-