Package | Description |
---|---|
org.processmining.filterd.gui | |
org.processmining.filterd.gui.adapters |
Modifier and Type | Class and Description |
---|---|
class |
ComputationCellModel |
class |
TextCellModel |
Modifier and Type | Field and Description |
---|---|
protected CellModel |
CellController.cellModel |
Modifier and Type | Method and Description |
---|---|
CellModel |
CellController.getCellModel()
Returns the model of the current cell.
|
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<CellModel> |
NotebookModel.getCells()
Returns the list of all cells currently in the notebook.
|
Modifier and Type | Method and Description |
---|---|
void |
NotebookModel.addCell(CellModel cell)
Adds a single cell to the list of cells in this model.
|
void |
NotebookModel.addCell(int index,
CellModel cell)
Adds a single cell to the list of cells in this model.
|
void |
NotebookController.removeCell(CellModel cell)
Removes the input
cell from the notebook model. |
void |
NotebookModel.removeCell(CellModel cell)
Removes a cell from the list of cells in this model.
|
void |
CellController.setCellModel(CellModel cellModel) |
void |
ComputationCellController.setCellModel(CellModel cellModel)
Sets the cell model of the current cell.
|
Modifier and Type | Method and Description |
---|---|
void |
NotebookModel.addCells(int index,
java.util.List<CellModel> cells)
Appends a list of cells to the list of cells in this model.
|
void |
NotebookModel.addCells(java.util.List<CellModel> cells)
Appends a list of cells to the list of cells in this model.
|
void |
NotebookController.loadCells(java.util.List<CellModel> cells)
Loads a list of cells into the notebook.
|
void |
NotebookModel.removeCells(java.util.List<CellModel> cells)
Removes all cells in a list from the list of cells in this model.
|
Constructor and Description |
---|
CellController(NotebookController controller,
CellModel cellModel) |
Modifier and Type | Method and Description |
---|---|
CellModel |
CellModelAdapter.unmarshal(CellModelAdapted adaptedModel)
Method used by JAXB to import and serialize a cell model.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CellModel> |
NotebookModelAdapted.getCells() |
Modifier and Type | Method and Description |
---|---|
CellModelAdapted |
CellModelAdapter.marshal(CellModel model)
Method used by JAXB to deserialize a cell model into an adapted cell
model.
|
Modifier and Type | Method and Description |
---|---|
void |
NotebookModelAdapted.setCells(java.util.List<CellModel> cells) |