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(AnalysisEngineDescription analysisEngine, AnalysisEngineMetaData aeMetaData, CAS cas)
      Populate.
      Parameters:
      analysisEngine - the analysis engine
      aeMetaData - the ae meta data
      cas - the cas
    • getSelection

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

      public void addTreeSelectionListener(TreeSelectionListener sel)
      Adds the tree selection listener.
      Parameters:
      sel - the sel
    • actionPerformed

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