| Class | Description |
|---|---|
| AbstractScenarioSimulationCommand |
Abstract
Command class to provide common methods used by actual implementations |
| 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. |
| DisableRightPanelCommand |
Command to disable the RightPanelView |
| DuplicateRowCommand |
Command to duplicate a row. |
| EnableRightPanelCommand |
Command to enable the RightPanelView |
| 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 |
| ReloadRightPanelCommand |
Command to reload the RightPanelView, eventually showing it (if required by original event) |
| RightPanelMenuCommand | |
| SetCellValueCommand |
Command to to set the value of a grid' cell |
| SetHeaderValueCommand |
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 |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.