| AGrid |
|
| AGridTable |
Default implementation for grid tables.
|
| AGridTableDecorator |
|
| ALogicalTable |
Default implementation for logical tables.
|
| CellKey |
|
| CellKey.CellKeyFactory |
|
| CompositeCell |
|
| CompositeGrid |
An IGrid implementation that composes several IGridTable together.
It is possible to compose from top to bottom and from left to right by CompositeGrid.vertical flag.
Tables are composing one by one, without gaps.
|
| CompositeGrid.Transform |
Handles the grid and coordinates of the cell in this grid.
|
| EmptyCell |
|
| GridRegion |
|
| GridSplitter |
|
| GridTable |
|
| GridTableUtils |
|
| GridTool |
Created by ymolchan on 8/13/2014.
|
| IGridRegion.Tool |
|
| LogicalTable |
Fully implementation for ILogicalTable interface.
Logical Table consists of logical columns and rows (created as a result of merged cells).
|
| LogicalTableHelper |
Helper class, that provides methods for creation logical tables and calculating logical columns and rows.
|
| OpenLCloner |
Extension for Cloner.
|
| OpenLCloner.ObjenesisInstantiationStrategy |
|
| Point |
Handles two coordinates: column number and row number.
|
| RegionsPool |
Regions pool that gives region containing some cell quickly.
|
| SimpleLogicalTable |
|
| SingleCellGridTable |
Single cell grid table.
|
| SubGridTable |
Part of the grid table.
|
| TransformedGridTable |
Logical table model that delegate original table and access to original table through coordinates transformation.
|
| TransposedGridTable |
|