Uses of Package
org.eclipse.nebula.paperclips.core.grid
-
Packages that use org.eclipse.nebula.paperclips.core.grid Package Description org.eclipse.nebula.paperclips.core.grid org.eclipse.nebula.paperclips.core.grid.internal org.eclipse.nebula.paperclips.snippets -
Classes in org.eclipse.nebula.paperclips.core.grid used by org.eclipse.nebula.paperclips.core.grid Class Description CellBackgroundProvider Instances of this interface provide background colors to be drawn behind cells in a grid.DefaultCellBackgroundProvider Default implementation of the CellBackgroundProvider interface.GridCell Instances of this interface represent a single cell in a GridPrint.GridColumn Describes the properties of a column in a GridPrint.GridLook A pluggable "look" for a GridPrint.GridLookPainter Interface for drawing a GridLook.GridMargins An interface for informing a GridPrint what cell margins to use for the GridLook. -
Classes in org.eclipse.nebula.paperclips.core.grid used by org.eclipse.nebula.paperclips.core.grid.internal Class Description BasicGridLookPainter A abstract GridLookPainter which simplifies implementation of custom GridLooks.CellBackgroundProvider Instances of this interface provide background colors to be drawn behind cells in a grid.DefaultGridLook A GridLook which draws a border around grid cells, with configurable background colors for body, header, and footer cells.GridCell Instances of this interface represent a single cell in a GridPrint.GridColumn Describes the properties of a column in a GridPrint.GridLookPainter Interface for drawing a GridLook.GridMargins An interface for informing a GridPrint what cell margins to use for the GridLook.GridPrint A Print which arranges child prints into a grid. -
Classes in org.eclipse.nebula.paperclips.core.grid used by org.eclipse.nebula.paperclips.snippets Class Description GridPrint A Print which arranges child prints into a grid.