Class XViewerLoadingReport

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String title  
      protected XViewer xViewer  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHtml()
      Override to provide html
      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

      • xViewer

        protected final XViewer xViewer
      • title

        protected final java.lang.String title
    • Constructor Detail

      • XViewerLoadingReport

        public XViewerLoadingReport​(java.lang.String title,
                                    XViewer treeViewer)
      • XViewerLoadingReport

        public XViewerLoadingReport​(XViewer xViewer)