| Class Summary | |
| AppendRowAction | Action to append a new row to the mini-spreadsheet. |
| ChangeAlignmentAction | Action to change the column alignment of the mini-spreadsheet editor. |
| ClearAllAction | Action to clear all rows in the mini-spreadsheet. |
| MiniSpreadsheetEditorAction | Common superclass for all mini-spreadsheet editor actions. |
| MiniSpreadsheetEditorActionBarContributor | Coordinate the addition of actions on behalf the mini-spreadsheet editor. |
| MiniSpreadsheetRowActionFilter | Action filters allows an action delegate to be hidden/disabled without having to create an instance of its target action. |
| MiniSpreadsheetRowActionFilterFactory | Adapter factory to support basic UI operations for MiniSpreadsheetRow. |
| RemoveRowAction | Action to remove the selected row(s) from the mini-spreadsheet. |
| ShowTotalAction | Action to display the sum of all integer cells of the mini-spreadsheet. |