Package de.hsh.graja.util.comment.grid
package de.hsh.graja.util.comment.grid
-
ClassDescriptionA grid represents a whole table that can have single and multi cells.Grid.Filter<T>A cell of a grid.A helper interface to execute a method for each position of the cell.This enum specifies the alignment of a cell in a
Grid
.This class stores aGridCell
's width and height.A multi cell of a grid may span several rows or columns.This class stores aGridCell
's padding.This class stores aGridCell
's position as row and column (0-based).Show mode defines, when to show a cell.A single cell of a grid spans a single row and column.For a complete example seeGrid
.This enum specifies the shrinking of a cell in aGrid
.