Class ShowAnnotatedTextHandler
- java.lang.Object
-
- org.apache.uima.tools.cvd.control.ShowAnnotatedTextHandler
-
- All Implemented Interfaces:
ActionListener
,EventListener
public class ShowAnnotatedTextHandler extends Object implements ActionListener
Show the multi-annotation text window. Is anybody even using this? This is handled much better in the DocumentAnalyzer.
-
-
Constructor Summary
Constructors Constructor Description ShowAnnotatedTextHandler(MainFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent event)
-
-
-
Constructor Detail
-
ShowAnnotatedTextHandler
public ShowAnnotatedTextHandler(MainFrame frame)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed
in interfaceActionListener
-
-