Class AbstractCellPainter
java.lang.Object
org.eclipse.nebula.widgets.nattable.painter.cell.AbstractCellPainter
- All Implemented Interfaces:
ICellPainter
- Direct Known Subclasses:
ButtonCellPainter
,CellPainterFixture
,CellPainterWrapper
,GroupByHeaderPainter
,RichTextCellPainter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCellPainterAt
(int x, int y, ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.nebula.widgets.nattable.painter.cell.ICellPainter
getPreferredHeight, getPreferredWidth, paintCell
-
Constructor Details
-
AbstractCellPainter
public AbstractCellPainter()
-
-
Method Details
-
getCellPainterAt
public ICellPainter getCellPainterAt(int x, int y, ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle adjustedCellBounds, IConfigRegistry configRegistry) - Specified by:
getCellPainterAt
in interfaceICellPainter
-