Class ClassCrossReferences

    • Constructor Detail

      • ClassCrossReferences

        public ClassCrossReferences()
    • Method Detail

      • 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