Class CasTreeViewer.AnnotationTreeNodeObject

  • Enclosing class:
    CasTreeViewer

    static class CasTreeViewer.AnnotationTreeNodeObject
    extends java.lang.Object
    Inner class containing data for a node in the tree.
    • Field Detail

      • mAnnotation

        private AnnotationFS mAnnotation
        The m annotation.
      • mCaption

        private java.lang.String mCaption
        The m caption.
    • Constructor Detail

      • AnnotationTreeNodeObject

        public AnnotationTreeNodeObject​(AnnotationFS aAnnotation)
        Instantiates a new annotation tree node object.
        Parameters:
        aAnnotation - the a annotation
    • Method Detail

      • getAnnotation

        public AnnotationFS getAnnotation()
        Gets the annotation.
        Returns:
        the annotation
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object