Package org.apache.uima.tools.stylemap
Class AnTreeListener
- java.lang.Object
-
- org.apache.uima.tools.stylemap.AnTreeListener
-
- All Implemented Interfaces:
java.util.EventListener
,javax.swing.event.TreeSelectionListener
public class AnTreeListener extends java.lang.Object implements javax.swing.event.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(javax.swing.event.TreeSelectionEvent ev)
-
-
-
Constructor Detail
-
AnTreeListener
public AnTreeListener(TableGUIMediator med)
-
-