Class AnnotationFeaturesViewer

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class AnnotationFeaturesViewer extends JPanel implements ActionListener
A tree view of Annotations and associated features.
See Also:
  • Field Details

  • Constructor Details

    • AnnotationFeaturesViewer

      public AnnotationFeaturesViewer()
      Instantiates a new annotation features viewer.
  • Method Details

    • populate

      public void populate(org.apache.uima.analysis_engine.AnalysisEngine analysisEngine, org.apache.uima.analysis_engine.metadata.AnalysisEngineMetaData aeMetaData)
      Populate.
      Parameters:
      analysisEngine - the analysis engine
      aeMetaData - the ae meta data
    • getSelection

      public String getSelection()
      Gets the selection.
      Returns:
      the selection
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener