Uses of Interface
org.eclipse.nebula.paperclips.core.grid.GridLookPainter
-
Packages that use GridLookPainter Package Description org.eclipse.nebula.paperclips.core.grid org.eclipse.nebula.paperclips.core.grid.internal -
-
Uses of GridLookPainter in org.eclipse.nebula.paperclips.core.grid
Classes in org.eclipse.nebula.paperclips.core.grid that implement GridLookPainter Modifier and Type Class Description class
BasicGridLookPainter
A abstract GridLookPainter which simplifies implementation of custom GridLooks.Methods in org.eclipse.nebula.paperclips.core.grid that return GridLookPainter Modifier and Type Method Description GridLookPainter
DefaultGridLook. getPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
GridLookPainter
GridLook. getPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
Returns a GridLookPainter for painting the GridLook. -
Uses of GridLookPainter in org.eclipse.nebula.paperclips.core.grid.internal
Classes in org.eclipse.nebula.paperclips.core.grid.internal that implement GridLookPainter Modifier and Type Class Description class
DefaultGridLookPainter
Fields in org.eclipse.nebula.paperclips.core.grid.internal declared as GridLookPainter Modifier and Type Field Description (package private) GridLookPainter
GridIterator. look
(package private) GridLookPainter
GridLookPainterPiece. look
Constructors in org.eclipse.nebula.paperclips.core.grid.internal with parameters of type GridLookPainter Constructor Description GridLookPainterPiece(GridLookPainter look, int[] colSizes, int[] headerRows, int[][] headerColSpans, int firstRowIndex, boolean topOpen, int[] bodyRows, int[][] bodyColSpans, boolean bottomOpen, int[] footerRows, int[][] footerColSpans)
-