Class NotebookTemplate

  • All Implemented Interfaces:
    org.processmining.framework.util.HTMLToString

    public class NotebookTemplate
    extends java.lang.Object
    implements org.processmining.framework.util.HTMLToString
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.processmining.framework.util.HTMLToString

        org.processmining.framework.util.HTMLToString.HTMLCellRenderer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void exportToDocument​(org.w3c.dom.Document document)
      Exports the notebook template to the given XML document.
      java.util.List<CellTemplate> getCellTemplates()  
      void importFromDocument​(org.w3c.dom.Document document)
      Imports the notebook template from the given XML document.
      void setCellTemplates​(java.util.List<CellTemplate> cellTemplates)  
      java.lang.String toHTMLString​(boolean includeHTMLTags)
      Visualizes the notebook template as HTML.
      • Methods inherited from class java.lang.Object

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

      • NotebookTemplate

        public NotebookTemplate()
    • Method Detail

      • getCellTemplates

        public java.util.List<CellTemplate> getCellTemplates()
      • setCellTemplates

        public void setCellTemplates​(java.util.List<CellTemplate> cellTemplates)
      • toHTMLString

        public java.lang.String toHTMLString​(boolean includeHTMLTags)
        Visualizes the notebook template as HTML.
        Specified by:
        toHTMLString in interface org.processmining.framework.util.HTMLToString
      • exportToDocument

        public void exportToDocument​(org.w3c.dom.Document document)
        Exports the notebook template to the given XML document.
        Parameters:
        document - The given XML document.
      • importFromDocument

        public void importFromDocument​(org.w3c.dom.Document document)
        Imports the notebook template from the given XML document.
        Parameters:
        document - The given XML document.