Class XViewerHtmlReport

  • Direct Known Subclasses:
    XViewerLoadingReport, XViewerTreeReport

    public class XViewerHtmlReport
    extends java.lang.Object
    Either call with html and open() or extend to provide getHtml().
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String html  
      protected java.lang.String title  
    • Constructor Summary

      Constructors 
      Constructor Description
      XViewerHtmlReport​(java.lang.String title)  
      XViewerHtmlReport​(java.lang.String title, java.lang.String html)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getHtml()
      Override to provide html
      void open()  
      void open​(java.lang.String defaultFilename)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • title

        protected final java.lang.String title
      • html

        protected final java.lang.String html
    • Constructor Detail

      • XViewerHtmlReport

        public XViewerHtmlReport​(java.lang.String title)
      • XViewerHtmlReport

        public XViewerHtmlReport​(java.lang.String title,
                                 java.lang.String html)
    • Method Detail

      • open

        public void open()
      • open

        public void open​(java.lang.String defaultFilename)