Klasse DataTableImagePainter
java.lang.Object
org.eclipse.nebula.widgets.nattable.painter.cell.AbstractCellPainter
org.eclipse.nebula.widgets.nattable.painter.cell.CellPainterWrapper
org.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter
org.deidentifier.arx.gui.view.impl.common.datatable.DataTableImagePainter
- Alle implementierten Schnittstellen:
org.eclipse.nebula.widgets.nattable.painter.cell.ICellPainter
public class DataTableImagePainter
extends org.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter
Paints an image. If no image is provided, it will attempt to look up an image
from the cell style.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidpaintCell(org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, org.eclipse.nebula.widgets.nattable.config.IConfigRegistry configRegistry) Von Klasse geerbte Methoden org.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter
getBackgroundColourVon Klasse geerbte Methoden org.eclipse.nebula.widgets.nattable.painter.cell.CellPainterWrapper
getCellPainterAt, getPreferredHeight, getPreferredWidth, getWrappedPainter, getWrappedPainterBounds, setWrappedPainter
-
Konstruktordetails
-
DataTableImagePainter
Creates a new instance.- Parameter:
context-
-
-
Methodendetails
-
paintCell
public void paintCell(org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle bounds, org.eclipse.nebula.widgets.nattable.config.IConfigRegistry configRegistry) - Angegeben von:
paintCellin Schnittstelleorg.eclipse.nebula.widgets.nattable.painter.cell.ICellPainter- Setzt außer Kraft:
paintCellin Klasseorg.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter
-