|
Class Summary |
| AddRowAction |
The AddRowAction class is used in conjunction with the AddRowCommand
to perform add a row to a table. |
| DeleteRowAction |
The DeleteRowAction class is used in conjunction with the DeleteRowCommand
to perform row deletion on a table. |
| MoveColumnAction |
The MoveColumnAction class is used in conjunction with the MoveColumnCommand
to perform a column move in a table. |
| SelectorAction |
The SelectorAction class is a base class for all selectors to use. |
| SortAction |
The SortAction class is used in conjunction with the sorting commands
to perform a sort on a table. |
| TableViewAction |
The TableViewAction class is a base class for all TableViewAction subclasses to derive from. |