Uses of Interface
org.eclipse.nebula.paperclips.core.grid.GridCell
-
Packages that use GridCell Package Description org.eclipse.nebula.paperclips.core.grid org.eclipse.nebula.paperclips.core.grid.internal -
-
Uses of GridCell in org.eclipse.nebula.paperclips.core.grid
Fields in org.eclipse.nebula.paperclips.core.grid with type parameters of type GridCell Modifier and Type Field Description (package private) java.util.List<java.util.List<GridCell>>GridPrint. bodyTwo-dimensional list of all body cells.(package private) java.util.List<java.util.List<GridCell>>GridPrint. footerTwo-dimension list of all footer cells.(package private) java.util.List<java.util.List<GridCell>>GridPrint. headerTwo-dimension list of all header cells.Methods in org.eclipse.nebula.paperclips.core.grid that return GridCell Modifier and Type Method Description GridCell[][]GridPrint. getBodyCells()Returns an array containing the body cells in the grid.GridCell[][]GridPrint. getFooterCells()Returns an array containing the footer cells in the grid.private static GridCell[][]GridPrint. getGridCellArray(java.util.List<java.util.List<GridCell>> list)GridCell[][]GridPrint. getHeaderCells()Returns an array containing the header cells in this grid.Methods in org.eclipse.nebula.paperclips.core.grid that return types with arguments of type GridCell Modifier and Type Method Description private java.util.List<GridCell>GridPrint. getOpenRow(java.util.List<java.util.List<GridCell>> rows, int startColumn)Method parameters in org.eclipse.nebula.paperclips.core.grid with type arguments of type GridCell Modifier and Type Method Description private intGridPrint. add(java.util.List<java.util.List<GridCell>> rows, int startColumn, int hAlignment, int vAlignment, Print cellContents, int colspan)private voidGridPrint. adjustCellsForColumnInsert(java.util.List<java.util.List<GridCell>> rows, int index, int count)private static GridCell[][]GridPrint. getGridCellArray(java.util.List<java.util.List<GridCell>> list)private java.util.List<GridCell>GridPrint. getOpenRow(java.util.List<java.util.List<GridCell>> rows, int startColumn) -
Uses of GridCell in org.eclipse.nebula.paperclips.core.grid.internal
Classes in org.eclipse.nebula.paperclips.core.grid.internal that implement GridCell Modifier and Type Class Description classGridCellImplInstances of this class represent a single cell in a GridPrint.Methods in org.eclipse.nebula.paperclips.core.grid.internal with parameters of type GridCell Modifier and Type Method Description private static GridCellIterator[][]GridIterator. createGridCellIterators(GridCell[][] gridCells, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)private static GridCellIterator[]GridIterator. createRowCellIterators(GridCell[] rowCells, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)Constructors in org.eclipse.nebula.paperclips.core.grid.internal with parameters of type GridCell Constructor Description GridCellIterator(GridCell cell, org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-