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 Details

    • ShowAnnotatedTextHandler

      public ShowAnnotatedTextHandler(MainFrame frame)
      Instantiates a new show annotated text handler.
      Parameters:
      frame - the frame
  • Method Details