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 TypeMethodDescriptionvoid
focusGained
(FocusEvent arg0) void
focusLost
(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:
focusGained
in interfaceFocusListener
-
focusLost
- Specified by:
focusLost
in interfaceFocusListener
-