Uses of Interface
org.eclipse.nebula.paperclips.core.grid.GridLook
-
Packages that use GridLook Package Description org.eclipse.nebula.paperclips.core.grid -
-
Uses of GridLook in org.eclipse.nebula.paperclips.core.grid
Classes in org.eclipse.nebula.paperclips.core.grid that implement GridLook Modifier and Type Class Description classDefaultGridLookA GridLook which draws a border around grid cells, with configurable background colors for body, header, and footer cells.Fields in org.eclipse.nebula.paperclips.core.grid declared as GridLook Modifier and Type Field Description private GridLookGridPrint. lookMethods in org.eclipse.nebula.paperclips.core.grid that return GridLook Modifier and Type Method Description GridLookGridPrint. getLook()Returns the grid's look.Methods in org.eclipse.nebula.paperclips.core.grid with parameters of type GridLook Modifier and Type Method Description voidGridPrint. setLook(GridLook look)Sets the grid's look.Constructors in org.eclipse.nebula.paperclips.core.grid with parameters of type GridLook Constructor Description GridPrint(java.lang.String columns, GridLook look)Constructs a GridPrint with the given columns and look.GridPrint(GridColumn[] columns, GridLook look)Constructs a GridPrint with the given columns and look.GridPrint(GridLook look)Constructs a GridPrint with no columns and the given look.
-