Class TextCellTemplate
- java.lang.Object
-
- org.processmining.filterbook.cells.CellTemplate
-
- org.processmining.filterbook.cells.TextCellTemplate
-
- All Implemented Interfaces:
org.processmining.framework.util.HTMLToString
public class TextCellTemplate extends CellTemplate
-
-
Constructor Summary
Constructors Constructor Description TextCellTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellcreateCell(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.voidexportToDocument(org.w3c.dom.Document document, org.w3c.dom.Element notebookElement)Exports template to XML document.java.lang.StringgetText()voidimportFromDocument(org.w3c.dom.Document document, org.w3c.dom.Element textCellElement)Imports template from XML document.voidsetText(java.lang.String text)java.lang.StringtoHTMLString(boolean includeHTMLTags)Visualizes the template as HTML.-
Methods inherited from class org.processmining.filterbook.cells.CellTemplate
getName, setName
-
-
-
-
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:
createCellin classCellTemplate
-
exportToDocument
public void exportToDocument(org.w3c.dom.Document document, org.w3c.dom.Element notebookElement)Exports template to XML document.- Specified by:
exportToDocumentin classCellTemplate
-
importFromDocument
public void importFromDocument(org.w3c.dom.Document document, org.w3c.dom.Element textCellElement)Imports template from XML document.- Specified by:
importFromDocumentin classCellTemplate
-
-