Class TextCellTemplate

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

    public class TextCellTemplate
    extends CellTemplate
    • 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
      Cell createCell​(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, Notebook notebook, org.deckfour.xes.model.XLog log)
      Creates a cell from this template.
      void exportToDocument​(org.w3c.dom.Document document, org.w3c.dom.Element notebookElement)
      Exports template to XML document.
      java.lang.String getText()  
      void importFromDocument​(org.w3c.dom.Document document, org.w3c.dom.Element textCellElement)
      Imports template from XML document.
      void setText​(java.lang.String text)  
      java.lang.String toHTMLString​(boolean includeHTMLTags)
      Visualizes the template as HTML.
      • Methods inherited from class java.lang.Object

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

      • TextCellTemplate

        public TextCellTemplate()
    • Method Detail

      • getText

        public java.lang.String getText()
      • setText

        public void setText​(java.lang.String text)
      • toHTMLString

        public java.lang.String toHTMLString​(boolean includeHTMLTags)
        Visualizes the template as HTML.
      • createCell

        public Cell createCell​(org.processmining.contexts.uitopia.UIPluginContext context,
                               org.processmining.framework.plugin.ProMCanceller canceller,
                               Notebook notebook,
                               org.deckfour.xes.model.XLog log)
        Creates a cell from this template.
        Specified by:
        createCell in class CellTemplate
      • exportToDocument

        public void exportToDocument​(org.w3c.dom.Document document,
                                     org.w3c.dom.Element notebookElement)
        Exports template to XML document.
        Specified by:
        exportToDocument in class CellTemplate
      • importFromDocument

        public void importFromDocument​(org.w3c.dom.Document document,
                                       org.w3c.dom.Element textCellElement)
        Imports template from XML document.
        Specified by:
        importFromDocument in class CellTemplate