| AbstractInsertColumnCommand |
|
| AbstractScenarioGridCommand |
|
| AbstractScenarioSimulationCommand |
Abstract Command class to provide common methods used by actual implementations
|
| AbstractScenarioSimulationUndoableCommand<S> |
This abstract class defines a family of Commands which can be undo-able and redo-able.
|
| AbstractSelectedColumnCommand |
Abstract Command class which assures that a ScenarioColumn is selected.
|
| AppendColumnCommand |
Command to append (i.e. put in the last position) a column to a given group
|
| AppendRowCommand |
Command to append (i.e. put in the last position) a row
|
| DeleteColumnCommand |
Command to delete a column.
|
| DeleteRowCommand |
Command to delete a row.
|
| DisableTestToolsCommand |
Command to disable the TestToolsView
|
| DuplicateInstanceCommand |
Command to duplicate an instance
|
| DuplicateRowCommand |
Command to duplicate a row.
|
| EnableTestToolsCommand |
Command to enable the TestToolsView
|
| ImportCommand |
|
| InsertColumnCommand |
Command to insert a column.
|
| InsertRowCommand |
|
| PrependColumnCommand |
Command to prepend (i.e. put in the first position) a column to a given group
|
| PrependRowCommand |
Command to prepend (i.e. put in the first position) a row
|
| ReloadTestToolsCommand |
Command to reload the TestToolsView, eventually showing it (if required by original event)
|
| RunSingleScenarioCommand |
Command to run a single Scenario
|
| SetGridCellValueCommand |
Command to set the value of a grid' cell
|
| SetHeaderCellValueCommand |
Command to to set the value of a header' cell
|
| SetInstanceHeaderCommand |
Command to set the instance level header for a given column
|
| SetPropertyHeaderCommand |
Command to to set the property level header for a given column
|
| UpdateSettingsDataCommand |
Command which manages every changes applied to the SettingsDock.
|