Package | Description |
---|---|
org.processmining.filterd.gui |
Modifier and Type | Field and Description |
---|---|
protected NotebookController |
CellController.controller |
Modifier and Type | Method and Description |
---|---|
NotebookController |
CellController.getController() |
NotebookController |
CellController.getNotebookController()
Returns the controller of the notebook this cell is in.
|
Modifier and Type | Method and Description |
---|---|
void |
CellController.setController(NotebookController controller) |
Constructor and Description |
---|
CellController(NotebookController controller,
CellModel cellModel) |
ComputationCellController(NotebookController controller,
ComputationCellModel model) |
TextCellController(NotebookController controller,
TextCellModel cell) |