Uses of Class
org.processmining.filterbook.cells.CellTemplate
-
Packages that use CellTemplate Package Description org.processmining.filterbook.cells org.processmining.filterbook.notebook -
-
Uses of CellTemplate in org.processmining.filterbook.cells
Subclasses of CellTemplate in org.processmining.filterbook.cells Modifier and Type Class Description classComputationCellTemplateclassTextCellTemplateMethods in org.processmining.filterbook.cells that return CellTemplate Modifier and Type Method Description abstract CellTemplateCell. getTemplate()Abstract method to get a cell template for this cell.CellTemplateComputationCell. getTemplate()Gets a template for the cell.CellTemplateTextCell. getTemplate()Get a template for this text cell. -
Uses of CellTemplate in org.processmining.filterbook.notebook
Methods in org.processmining.filterbook.notebook that return types with arguments of type CellTemplate Modifier and Type Method Description java.util.List<CellTemplate>NotebookTemplate. getCellTemplates()Method parameters in org.processmining.filterbook.notebook with type arguments of type CellTemplate Modifier and Type Method Description voidNotebookTemplate. setCellTemplates(java.util.List<CellTemplate> cellTemplates)
-