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 voidfocusGained(FocusEvent e)voidfocusLost(FocusEvent e)
-
-
-
Constructor Detail
-
TextFocusHandler
public TextFocusHandler(MainFrame frame)
-
-
Method Detail
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLostin interfaceFocusListener
-
-