|
Class Summary |
| AbstractTableFeature |
This class partly implements the Executable and TableFeature interfaces. |
| DeleteCol |
Feature allowing to remove a column from a table. |
| DeleteRow |
Feature allowing to remove a row from a table. |
| DeleteTable |
Feature allowing to remove a table from the editor. |
| InsertColAfter |
Feature allowing to insert a column at the right of an existing column. |
| InsertColBefore |
Feature allowing to insert a column at the left of an existing column. |
| InsertRowAfter |
Feature allowing to insert a row bellow the currently edited row. |
| InsertRowBefore |
Feature allowing to insert a row above the currently edited row. |
| InsertTable |
Feature allowing to insert a table in the editor. |