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 class
DefaultGridLook
A 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 GridLook
GridPrint. look
Methods in org.eclipse.nebula.paperclips.core.grid that return GridLook Modifier and Type Method Description GridLook
GridPrint. getLook()
Returns the grid's look.Methods in org.eclipse.nebula.paperclips.core.grid with parameters of type GridLook Modifier and Type Method Description void
GridPrint. 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.
-