Package | Description |
---|---|
org.processmining.ui.statechart.workbench | |
org.processmining.ui.statechart.workbench.log |
Modifier and Type | Method and Description |
---|---|
static WorkbenchController.ViewState |
WorkbenchController.ViewState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkbenchController.ViewState[] |
WorkbenchController.ViewState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkbenchView.registerViewStatePane(WorkbenchController.ViewState state,
javax.swing.JComponent component) |
void |
WorkbenchView.setViewStateEnabled(WorkbenchController.ViewState state,
boolean isEnabled) |
void |
WorkbenchView.showViewState(WorkbenchController.ViewState state) |
Modifier and Type | Field and Description |
---|---|
Signal1<WorkbenchController.ViewState> |
LogOverviewController.SignalLogReady |
Signal1<WorkbenchController.ViewState> |
LogPreprocessController.SignalLogReady |
Signal1<WorkbenchController.ViewState> |
LogWorkbenchController.SignalLogReady |
Signal1<WorkbenchController.ViewState> |
LogPreprocessController.View.SignalStartAction |
Modifier and Type | Method and Description |
---|---|
void |
Log2LogView.setButtonRunSignal(Signal1<WorkbenchController.ViewState> signal) |