| Interface | Description |
|---|---|
| CoordinatesTransformer |
Class that represents transformer of coordinates inside logical table.
|
| ICell | |
| ICellComment | |
| IGrid | |
| IGridRegion | |
| IGridTable |
Table based on Grid coordinates.
|
| ILogicalTable |
Logical Table consists of logical columns and rows (created as a result of merged cells).
|
| IOpenLTable | |
| ITable<T extends ITable<T>> |
Base interface that represents abstract table.
|
| IWritableGrid |
| Class | Description |
|---|---|
| AGrid | |
| AGridTable |
Default implementation for grid tables.
|
| AGridTableDecorator | |
| ALogicalTable |
Default implementation for logical tables.
|
| CellKey | |
| CellKey.CellKeyFactory | |
| 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. |
| 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.
|
| OpenLArgumentsCloner |
Extension for
Cloner. |
| OpenLArgumentsCloner.ObjenesisInstantiationStrategy | |
| Point |
Handles two coordinates: column number and row number.
|
| RegionsPool |
Regions pool that gives region containing some cell quickly.
|
| SimpleLogicalTable |
Adapts
IGridTable, that doesn`t contain merged cells in the top row and left column to ILogicalTable
interface.Be careful, as this implementation doesn`t provide that following operations ITable.getColumn(int)ITable.getColumns(int)ITable.getColumns(int, int)ITable.getRow(int)ITable.getRows(int)ITable.getRows(int, int)ITable.getSubtable(int, int, int, int)will return right ILogicalTable. |
| 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 |
TODO: create
CoordinatesTransformer for this case of transposed grid table. |
| Exception | Description |
|---|---|
| TableException |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.