Uses of Class
org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.AbstractScenarioSimulationUndoableCommand
-
-
Uses of AbstractScenarioSimulationUndoableCommand in org.drools.workbench.screens.scenariosimulation.client.commands
Methods in org.drools.workbench.screens.scenariosimulation.client.commands with parameters of type AbstractScenarioSimulationUndoableCommand Modifier and Type Method Description protected org.kie.workbench.common.command.client.CommandResult<ScenarioSimulationViolation>ScenarioCommandRegistryManager. commonUndoRedoOperation(ScenarioSimulationContext scenarioSimulationContext, AbstractScenarioSimulationUndoableCommand command, boolean isUndo)Common method called by undo and redo eventsprotected Optional<org.kie.workbench.common.command.client.CommandResult<ScenarioSimulationViolation>>ScenarioCommandRegistryManager. commonUndoRedoPreexecution(ScenarioSimulationContext scenarioSimulationContext, AbstractScenarioSimulationUndoableCommand command)Method called soon before actual undo and redo operations to preliminary execute a tab switch without altering the call stack.voidScenarioCommandRegistryManager. register(ScenarioSimulationContext context, AbstractScenarioSimulationUndoableCommand command)Method to register the status as it was soon before the command execution, to be used for undo/redo -
Uses of AbstractScenarioSimulationUndoableCommand in org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands
Subclasses of AbstractScenarioSimulationUndoableCommand in org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands Modifier and Type Class Description classAbstractInsertColumnCommandclassAbstractScenarioGridCommandclassAbstractSelectedColumnCommandAbstractCommandclass which assures that aScenarioColumnis selected.classAppendColumnCommandCommandto append (i.e. put in the last position) a column to a given groupclassAppendRowCommandCommandto append (i.e. put in the last position) a rowclassDeleteColumnCommandCommandto delete a column.classDeleteRowCommandCommandto delete a row.classDuplicateInstanceCommandCommandto duplicate an instanceclassDuplicateRowCommandCommandto duplicate a row.classImportCommandclassInsertColumnCommandCommandto insert a column.classInsertRowCommandclassPrependColumnCommandCommandto prepend (i.e. put in the first position) a column to a given groupclassPrependRowCommandCommandto prepend (i.e. put in the first position) a rowclassSetGridCellValueCommandCommandto set the value of a grid' cellclassSetHeaderCellValueCommandCommandto to set the value of a header' cellclassSetInstanceHeaderCommandCommandto set the instance level header for a given columnclassSetPropertyHeaderCommandCommandto to set the property level header for a given columnclassUpdateSettingsDataCommandCommand which manages every changes applied to the SettingsDock.
-