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