Class TextFocusHandler
- java.lang.Object
-
- org.apache.uima.tools.cvd.control.TextFocusHandler
-
- All Implemented Interfaces:
FocusListener
,EventListener
public class TextFocusHandler extends Object implements FocusListener
-
-
Constructor Summary
Constructors Constructor Description TextFocusHandler(MainFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
focusGained(FocusEvent e)
void
focusLost(FocusEvent e)
-
-
-
Constructor Detail
-
TextFocusHandler
public TextFocusHandler(MainFrame frame)
-
-
Method Detail
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interfaceFocusListener
-
-