Class SupportedTags

    • Field Detail

      • m_Title

        protected String m_Title
        the title to use.
    • Constructor Detail

      • SupportedTags

        public SupportedTags()
    • Method Detail

      • setTitle

        public void setTitle​(String value)
        Sets the title to use for the help.
        Parameters:
        value - the title
      • getTitle

        public String getTitle()
        Returns the title to use for the help.
        Returns:
        the title
      • titleTipText

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

        public boolean handles​(Class cls)
        Checks whether the generator handles this class.
        Specified by:
        handles in class AbstractHelpGenerator
        Parameters:
        cls - the class to check
        Returns:
        true if it can handle the class
      • generate

        public String generate​(Object obj,
                               HelpFormat format)
        Generates the help for the object in the requested format.
        Specified by:
        generate in class AbstractHelpGenerator
        Parameters:
        obj - the object to generate the help for
        format - the format of the output
        Returns:
        the generated help