class |
AbstractInsertColumnCommand |
|
class |
AbstractScenarioGridCommand |
|
class |
AbstractScenarioSimulationUndoableCommand<S> |
This abstract class defines a family of Commands which can be undo-able and redo-able.
|
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 |
UpdateSettingsDataCommand |
Command which manages every changes applied to the SettingsDock.
|