public class TextCellTemplate extends CellTemplate
Constructor and Description |
---|
TextCellTemplate() |
Modifier and Type | Method and 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.
|
getName, setName
public java.lang.String getText()
public void setText(java.lang.String text)
public java.lang.String toHTMLString(boolean includeHTMLTags)
public Cell createCell(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.framework.plugin.ProMCanceller canceller, Notebook notebook, org.deckfour.xes.model.XLog log)
createCell
in class CellTemplate
public void exportToDocument(org.w3c.dom.Document document, org.w3c.dom.Element notebookElement)
exportToDocument
in class CellTemplate
public void importFromDocument(org.w3c.dom.Document document, org.w3c.dom.Element textCellElement)
importFromDocument
in class CellTemplate