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,
boolean focusGridAfterExecution)
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 |
AbstractSelectedColumnCommand
Abstract
Command class which assures that a ScenarioColumn is selected. |
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 |
DisableTestToolsCommand
Command to disable the TestToolsView |
class |
DuplicateInstanceCommand
Command to duplicate an instance |
class |
DuplicateRowCommand
Command to duplicate a row. |
class |
EnableTestToolsCommand
Command to enable the TestToolsView |
class |
ImportCommand |
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 |
ReloadTestToolsCommand
Command to reload the TestToolsView , eventually showing it (if required by original event) |
class |
RunSingleScenarioCommand
Command to run a single Scenario |
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 |
class |
TestToolsMenuCommand |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.