Package org.apache.uima.tools.stylemap
Class AnTreeListener
- java.lang.Object
-
- org.apache.uima.tools.stylemap.AnTreeListener
-
- All Implemented Interfaces:
EventListener
,TreeSelectionListener
public class AnTreeListener extends Object implements TreeSelectionListener
Listens for tree selections and tells the mediator it is OK to enable the class selction button
-
-
Constructor Summary
Constructors Constructor Description AnTreeListener(TableGUIMediator med)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(TreeSelectionEvent ev)
-
-
-
Constructor Detail
-
AnTreeListener
public AnTreeListener(TableGUIMediator med)
-
-
Method Detail
-
valueChanged
public void valueChanged(TreeSelectionEvent ev)
- Specified by:
valueChanged
in interfaceTreeSelectionListener
-
-