| Modifier and Type | Class and Description |
|---|---|
class |
EditableGridTable |
| Modifier and Type | Method and Description |
|---|---|
IGridTable[] |
ParsedGrid.getTables() |
| Constructor and Description |
|---|
EditableGridTable(IGridTable delegate) |
| Modifier and Type | Method and Description |
|---|---|
IGridTable |
ITable.getHeaderTable() |
IGridTable |
Table.getHeaderTable() |
IGridTable |
ITable.getRowTable(int row) |
IGridTable |
Table.getRowTable(int row) |
| Modifier and Type | Method and Description |
|---|---|
IGridTable |
TablePart.getTable() |
| Modifier and Type | Method and Description |
|---|---|
static TableSyntaxNode |
XlsHelper.createTableSyntaxNode(IGridTable table,
XlsSheetSourceCodeModule source) |
protected WorksheetSyntaxNode |
XlsLoader.createWorksheetSyntaxNode(TablePartProcessor tablePartProcessor,
XlsSheetSourceCodeModule sheetSource,
IGridTable[] tables) |
void |
TablePartProcessor.register(IGridTable table,
XlsSheetSourceCodeModule source) |
| Constructor and Description |
|---|
TablePart(IGridTable table,
XlsSheetSourceCodeModule source) |
| Modifier and Type | Method and Description |
|---|---|
IGridTable |
TableSyntaxNode.getGridTable() |
IGridTable |
TableSyntaxNodeAdapter.getGridTable() |
IGridTable |
TableSyntaxNodeAdapter.getGridTable(String view) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableSyntaxNode.setTable(IGridTable gridTable) |
| Constructor and Description |
|---|
TableSyntaxNode(String type,
GridLocation pos,
XlsSheetSourceCodeModule module,
IGridTable gridtable,
HeaderSyntaxNode header) |
| Constructor and Description |
|---|
MetaInfoWriterImpl(MetaInfoReader delegate,
IGridTable gridTable) |
| Modifier and Type | Method and Description |
|---|---|
IGridRegion |
TableServiceImpl.moveTable(IGridTable table) |
void |
TableServiceImpl.moveTableTo(IGridTable table,
IGridRegion destRegion) |
void |
TableServiceImpl.removeTable(IGridTable table) |
| Modifier and Type | Class and Description |
|---|---|
class |
AGridTable
Default implementation for grid tables.
|
class |
AGridTableDecorator |
class |
GridTable |
class |
SingleCellGridTable
Single cell grid table.
|
class |
SubGridTable
Part of the grid table.
|
class |
TransformedGridTable
Logical table model that delegate original table and access to original table through coordinates transformation.
|
class |
TransposedGridTable
TODO: create
CoordinatesTransformer for this case of transposed grid table. |
| Modifier and Type | Field and Description |
|---|---|
protected IGridTable |
AGridTableDecorator.table |
| Modifier and Type | Method and Description |
|---|---|
IGridTable |
CompositeGrid.asGridTable() |
IGridTable |
AGridTable.getColumn(int column) |
IGridTable |
AGridTable.getColumns(int from) |
IGridTable |
AGridTable.getColumns(int from,
int to) |
IGridTable |
IOpenLTable.getGridTable() |
IGridTable |
IOpenLTable.getGridTable(String view) |
IGridTable[] |
CompositeGrid.getGridTables() |
IGridTable |
AGridTableDecorator.getOriginalGridTable() |
static IGridTable |
GridTableUtils.getOriginalTable(IGridTable table)
Extracts original table.
|
IGridTable |
AGridTable.getRow(int row) |
IGridTable |
AGridTable.getRows(int from) |
IGridTable |
AGridTable.getRows(int from,
int to) |
IGridTable |
ALogicalTable.getSource() |
IGridTable |
ILogicalTable.getSource() |
IGridTable |
AGridTable.getSubtable(int column,
int row,
int width,
int height) |
IGridTable |
SingleCellGridTable.getSubtable(int column,
int row,
int width,
int height) |
IGridTable |
SubGridTable.getSubtable(int column,
int row,
int width,
int height) |
IGridTable[] |
AGrid.getTables() |
IGridTable[] |
IGrid.getTables() |
IGridTable[] |
GridSplitter.split() |
IGridTable |
AGridTable.transpose() |
IGridTable |
TransposedGridTable.transpose() |
| Modifier and Type | Method and Description |
|---|---|
static IGridTable |
GridTableUtils.getOriginalTable(IGridTable table)
Extracts original table.
|
static ILogicalTable |
LogicalTableHelper.logicalTable(IGridTable table)
If there is no merged cells in the top row and left column - returns
SimpleLogicalTable in other case
return LogicalTable |
static ILogicalTable |
LogicalTableHelper.logicalTable(IGridTable table,
ILogicalTable columnOffsetsTable,
ILogicalTable rowOffsetsTable) |
| Constructor and Description |
|---|
AGridTableDecorator(IGridTable table) |
ALogicalTable(IGridTable table) |
CompositeGrid(IGridTable[] tables,
boolean vertical) |
LogicalTable(IGridTable table,
int[] columnOffset,
int[] rowOffset) |
LogicalTable(IGridTable table,
int width,
int height) |
SimpleLogicalTable(IGridTable table) |
SingleCellGridTable(IGridTable table,
int fromColumn,
int fromRow) |
SubGridTable(IGridTable table,
int fromColumn,
int fromRow,
int width,
int height) |
TransformedGridTable(IGridTable gridTable,
CoordinatesTransformer transformer) |
TransposedGridTable(IGridTable gridTable) |
| Modifier and Type | Method and Description |
|---|---|
static IGridTable |
UndoableEditTableAction.getOriginalTable(IGridTable table) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
UndoableInsertColumnsAction.canInsertColumns(IGridTable table,
int nCols) |
static boolean |
UndoableInsertRowsAction.canInsertRows(IGridTable table,
int nRows) |
protected abstract boolean |
UndoableInsertAction.canPerformAction(IGridTable table)
Checks if action can be performed without moving the table.
|
protected boolean |
UndoableInsertColumnsAction.canPerformAction(IGridTable table) |
protected boolean |
UndoableInsertRowsAction.canPerformAction(IGridTable table) |
void |
GridRegionAction.doAction(IGridTable table) |
void |
IUndoableGridTableAction.doAction(IGridTable grid) |
void |
MergeCellsAction.doAction(IGridTable table) |
void |
SetBorderStyleAction.doAction(IGridTable table) |
void |
UndoableClearAction.doAction(IGridTable table) |
void |
UndoableCompositeAction.doAction(IGridTable table) |
void |
UndoableCopyValueAction.doAction(IGridTable table) |
void |
UndoableInsertAction.doAction(IGridTable table) |
void |
UndoableMoveTableAction.doAction(IGridTable table) |
void |
UndoableRemoveAction.doAction(IGridTable table) |
void |
UndoableResizeMergedRegionAction.doAction(IGridTable table) |
void |
UndoableSetValueAction.doAction(IGridTable table) |
void |
UndoableShiftValueAction.doAction(IGridTable table) |
void |
UnmergeByColumnsAction.doAction(IGridTable table) |
protected abstract int |
UndoableInsertAction.getNumberToInsert(IGridTable table)
Get actual number of rows or columns to be inserted.
|
protected int |
UndoableInsertColumnsAction.getNumberToInsert(IGridTable table) |
protected int |
UndoableInsertRowsAction.getNumberToInsert(IGridTable table) |
protected abstract int |
UndoableRemoveAction.getNumberToRemove(IGridTable table)
Get actual number of rows or columns to be removed.
|
protected int |
UndoableRemoveColumnsAction.getNumberToRemove(IGridTable table) |
protected int |
UndoableRemoveRowsAction.getNumberToRemove(IGridTable table) |
static IGridRegion |
UndoableEditTableAction.getOriginalRegion(IGridTable table) |
static IGridTable |
UndoableEditTableAction.getOriginalTable(IGridTable table) |
static boolean |
UndoableEditTableAction.isDecoratorTable(IGridTable table) |
static IUndoableGridTableAction |
UndoableEditTableAction.moveTable(IGridTable table,
MetaInfoWriter metaInfoWriter)
Creates actions that moves the table and executes these actions.
|
protected abstract IUndoableGridTableAction |
UndoableInsertAction.performAction(int numberToInsert,
IGridRegion fullTableRegion,
IGridTable table)
Perform action for inserting rows or columns.
|
protected IUndoableGridTableAction |
UndoableInsertColumnsAction.performAction(int numberToInsert,
IGridRegion fullTableRegion,
IGridTable table) |
protected IUndoableGridTableAction |
UndoableInsertRowsAction.performAction(int numberToInsert,
IGridRegion fullTableRegion,
IGridTable table) |
protected abstract IUndoableGridTableAction |
UndoableRemoveAction.performAction(int numberToRemove,
IGridRegion fullTableRegion,
IGridTable table)
Perform action for removing rows or columns.
|
protected IUndoableGridTableAction |
UndoableRemoveColumnsAction.performAction(int numberToRemove,
IGridRegion fullTableRegion,
IGridTable table) |
protected IUndoableGridTableAction |
UndoableRemoveRowsAction.performAction(int numberToRemove,
IGridRegion fullTableRegion,
IGridTable table) |
void |
GridRegionAction.undoAction(IGridTable table) |
void |
IUndoableGridTableAction.undoAction(IGridTable grid) |
void |
MergeCellsAction.undoAction(IGridTable table) |
void |
SetBorderStyleAction.undoAction(IGridTable table) |
void |
UndoableClearAction.undoAction(IGridTable table) |
void |
UndoableCompositeAction.undoAction(IGridTable table) |
void |
UndoableCopyValueAction.undoAction(IGridTable table) |
void |
UndoableInsertAction.undoAction(IGridTable table) |
void |
UndoableMoveTableAction.undoAction(IGridTable table) |
void |
UndoableRemoveAction.undoAction(IGridTable table) |
void |
UndoableResizeMergedRegionAction.undoAction(IGridTable table) |
void |
UndoableSetValueAction.undoAction(IGridTable table) |
void |
UndoableShiftValueAction.undoAction(IGridTable table) |
void |
UnmergeByColumnsAction.undoAction(IGridTable table) |
| Modifier and Type | Method and Description |
|---|---|
void |
SetAlignmentAction.doAction(IGridTable table) |
void |
SetFillColorAction.doAction(IGridTable table) |
void |
SetIndentAction.doAction(IGridTable table) |
void |
SetAlignmentAction.undoAction(IGridTable table) |
void |
SetFillColorAction.undoAction(IGridTable table) |
void |
SetIndentAction.undoAction(IGridTable table) |
| Modifier and Type | Method and Description |
|---|---|
void |
SetBoldAction.doAction(IGridTable table) |
void |
SetColorAction.doAction(IGridTable table) |
void |
SetItalicAction.doAction(IGridTable table) |
void |
SetUnderlineAction.doAction(IGridTable table) |
void |
SetBoldAction.undoAction(IGridTable table) |
void |
SetColorAction.undoAction(IGridTable table) |
void |
SetItalicAction.undoAction(IGridTable table) |
void |
SetUnderlineAction.undoAction(IGridTable table) |
| Modifier and Type | Method and Description |
|---|---|
IGridTable |
GridCellSourceCodeModule.getTable() |
| Constructor and Description |
|---|
GridCellSourceCodeModule(IGridTable table) |
GridCellSourceCodeModule(IGridTable table,
IBindingContext bindingContext) |
GridCellSourceCodeModule(IGridTable table,
int column,
int row,
IBindingContext bindingContext) |
GridTableSourceCodeModule(IGridTable table) |
| Constructor and Description |
|---|
GridLocation(IGridTable table) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableBuilder.writeGridTable(IGridTable table)
Writes table grid.
|
Copyright © 2004–2019 OpenL Tablets. All rights reserved.