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
    Konstruktor
    Beschreibung
    Creates a new instance.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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)
     

    Von Klasse geerbte Methoden org.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter

    getBackgroundColour

    Von Klasse geerbte Methoden org.eclipse.nebula.widgets.nattable.painter.cell.CellPainterWrapper

    getCellPainterAt, getPreferredHeight, getPreferredWidth, getWrappedPainter, getWrappedPainterBounds, setWrappedPainter

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • DataTableImagePainter

      public DataTableImagePainter(DataTableContext context)
      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:
      paintCell in Schnittstelle org.eclipse.nebula.widgets.nattable.painter.cell.ICellPainter
      Setzt außer Kraft:
      paintCell in Klasse org.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter