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
|