Package | Description |
---|---|
org.processmining.filterd.gui | |
org.processmining.filterd.gui.adapters |
Modifier and Type | Method and Description |
---|---|
FilterButtonModel |
InvalidConfigurationException.getFilterButtonModel()
Getter for the filter button model reference.
|
FilterButtonModel |
FilterButtonController.getModel() |
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<FilterButtonModel> |
ComputationCellModel.getFilters() |
Modifier and Type | Method and Description |
---|---|
void |
ComputationCellModel.addFilterModel(int index,
FilterButtonModel model) |
void |
ComputationCellController.loadFilter(int index,
FilterButtonModel model) |
void |
ComputationCellController.removeFilter(FilterButtonModel filter) |
void |
ComputationCellModel.removeFilter(FilterButtonModel filter) |
void |
ComputationCellModel.selectFilter(FilterButtonModel model) |
void |
FilterButtonController.setModel(FilterButtonModel model) |
void |
ComputationCellController.showModalFilterList(FilterButtonController filterButtonController,
FilterButtonModel filterButtonModel)
Method called when the list of available filters should be shown in the
configuration modal.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputationCellModel.addFilterModels(java.util.List<FilterButtonModel> models)
Adds all FilterButtonModels in a collection to this model.
|
Constructor and Description |
---|
FilterButtonController(ComputationCellController controller,
FilterButtonModel model) |
InvalidConfigurationException(java.lang.String message,
FilterButtonModel filterButtonModel) |
Modifier and Type | Method and Description |
---|---|
FilterButtonModel |
FilterButtonAdapter.unmarshal(FilterButtonAdapted adaptedModel)
Method used by JAXB to import and serialize a filter button model.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FilterButtonModel> |
ComputationCellModelAdapted.getFilters() |
Modifier and Type | Method and Description |
---|---|
FilterButtonAdapted |
FilterButtonAdapter.marshal(FilterButtonModel model)
Method used by JAXB to deserialize a filter button model into an adapted
filter button model.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputationCellModelAdapted.setFilters(java.util.List<FilterButtonModel> filters)
Setter for the filters of a computation cell.
|