Class AbstractAnnotationsDisplayGenerator

    • Field Detail

      • m_Prefix

        protected String m_Prefix
        the prefix to use.
      • m_ObjectFilter

        protected ObjectFilter m_ObjectFilter
        the object filter to apply to the report/objects.
    • Constructor Detail

      • AbstractAnnotationsDisplayGenerator

        public AbstractAnnotationsDisplayGenerator()
    • Method Detail

      • setPrefix

        public void setPrefix​(String value)
        Sets the prefix to use for the objects in the report.
        Parameters:
        value - the prefix
      • getPrefix

        public String getPrefix()
        Returns the prefix to use for the objects in the report.
        Returns:
        the prefix
      • prefixTipText

        public String prefixTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setObjectFilter

        public void setObjectFilter​(ObjectFilter value)
        Sets the object filter to use for filtering the objects in the report.
        Parameters:
        value - the filter
      • getObjectFilter

        public ObjectFilter getObjectFilter()
        Returns the object filter to use for filtering the objects in the report.
        Returns:
        the filter
      • objectFilterTipText

        public String objectFilterTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.