| Modifier and Type | Field and Description |
|---|---|
protected Deque<AbstractScenarioSimulationCommand> |
ScenarioCommandRegistry.undoneCommands |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScenarioSimulationEventHandler.commonExecution(ScenarioSimulationContext context,
AbstractScenarioSimulationCommand command)
Common method to execute the given
Command inside the given ScenarioSimulationContext
If successful, it adds the command to the ScenarioCommandRegistry, otherwise it fire a new ScenarioNotificationEvent
with error details |
protected org.kie.workbench.common.command.client.CommandResult<ScenarioSimulationViolation> |
ScenarioCommandRegistry.commonOperation(ScenarioSimulationContext scenarioSimulationContext,
AbstractScenarioSimulationCommand command,
boolean isUndo) |
void |
ScenarioCommandRegistry.register(ScenarioSimulationContext context,
AbstractScenarioSimulationCommand command)
Method to register the status as it was soon before the command execution,
to be used for undo/redo
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInsertColumnCommand |
class |
AbstractSetHeaderCommand
Abstract
Command class to provide common methods used by SetInstanceHeaderCommand and SetPropertyHeaderCommand implementations |
class |
AppendColumnCommand
Command to append (i.e. put in the last position) a column to a given group |
class |
AppendRowCommand
Command to append (i.e. put in the last position) a row |
class |
DeleteColumnCommand
Command to delete a column. |
class |
DeleteRowCommand
Command to delete a row. |
class |
DisableRightPanelCommand
Command to disable the RightPanelView |
class |
DuplicateRowCommand
Command to duplicate a row. |
class |
EnableRightPanelCommand
Command to enable the RightPanelView |
class |
InsertColumnCommand
Command to insert a column. |
class |
InsertRowCommand |
class |
PrependColumnCommand
Command to prepend (i.e. put in the first position) a column to a given group |
class |
PrependRowCommand
Command to prepend (i.e. put in the first position) a row |
class |
ReloadRightPanelCommand
Command to reload the RightPanelView, eventually showing it (if required by original event) |
class |
RightPanelMenuCommand |
class |
RunSingleScenarioCommand
Command to reload the RightPanelView, eventually showing it (if required by original event) |
class |
SetGridCellValueCommand
Command to set the value of a grid' cell |
class |
SetHeaderCellValueCommand
Command to to set the value of a header' cell |
class |
SetInstanceHeaderCommand
Command to set the instance level header for a given column |
class |
SetPropertyHeaderCommand
Command to to set the property level header for a given column |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.