Class XViewerHtmlReport

java.lang.Object
org.eclipse.nebula.widgets.xviewer.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

    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 Details

    • title

      protected final java.lang.String title
    • html

      protected final java.lang.String html
  • Constructor Details

  • Method Details