Package | Description |
---|---|
org.processmining.filterd.gui | |
org.processmining.filterd.gui.adapters |
Modifier and Type | Field and Description |
---|---|
protected CellStatus |
CellModel.statusBar |
Modifier and Type | Method and Description |
---|---|
CellStatus |
CellModel.getStatusBar() |
static CellStatus |
CellStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CellStatus[] |
CellStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CellModel.setStatusBar(CellStatus statusBar) |
Modifier and Type | Method and Description |
---|---|
CellStatus |
CellModelAdapted.getStatusBar()
Getter for the current status of the cell.
|
Modifier and Type | Method and Description |
---|---|
void |
CellModelAdapted.setStatusBar(CellStatus statusBar)
Setter for the current status of the cell.
|