Package org.apache.uima.tools.stylemap
Class TableSelectionListener
- java.lang.Object
-
- org.apache.uima.tools.stylemap.TableSelectionListener
-
- All Implemented Interfaces:
java.util.EventListener
,javax.swing.event.ListSelectionListener
public class TableSelectionListener extends java.lang.Object implements javax.swing.event.ListSelectionListener
-
-
Constructor Summary
Constructors Constructor Description TableSelectionListener(TableGUIMediator med)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(javax.swing.event.ListSelectionEvent ev)
-
-
-
Constructor Detail
-
TableSelectionListener
public TableSelectionListener(TableGUIMediator med)
-
-