Package org.eclipse.nebula.paperclips.core.grid

  • Interface Summary 
    Interface Description
    CellBackgroundProvider
    Instances of this interface provide background colors to be drawn behind cells in a grid.
    GridCell
    Instances of this interface represent a single cell 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.
  • Class Summary 
    Class Description
    BasicGridLookPainter
    A abstract GridLookPainter which simplifies implementation of custom GridLooks.
    DefaultCellBackgroundProvider
    Default implementation of the CellBackgroundProvider interface.
    DefaultGridLook
    A GridLook which draws a border around grid cells, with configurable background colors for body, header, and footer cells.
    GridColumn
    Describes the properties of a column in a GridPrint.
    GridPrint
    A Print which arranges child prints into a grid.