Modifier and Type | Field and Description |
---|---|
protected Deque<AbstractScenarioGridCommand> |
ScenarioCommandRegistry.undoneCommands |
Modifier and Type | Method and Description |
---|---|
protected org.kie.workbench.common.command.client.CommandResult<ScenarioSimulationViolation> |
ScenarioCommandRegistry.commonUndoRedoOperation(ScenarioSimulationContext scenarioSimulationContext,
AbstractScenarioGridCommand command,
boolean isUndo)
Common method called by undo and redo events
|
protected Optional<org.kie.workbench.common.command.client.CommandResult<ScenarioSimulationViolation>> |
ScenarioCommandRegistry.commonUndoRedoPreexecution(ScenarioSimulationContext scenarioSimulationContext,
AbstractScenarioGridCommand command)
Method called soon before actual undo and redo operations to preliminary execute a tab switch without
altering the call stack.
|
void |
ScenarioCommandRegistry.register(ScenarioSimulationContext context,
AbstractScenarioGridCommand 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 |
DuplicateInstanceCommand
Command to duplicate an instance |
class |
DuplicateRowCommand
Command to duplicate a row. |
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 |
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–2020 JBoss by Red Hat. All rights reserved.