Class _002_Using_a_custom_cell_painter

java.lang.Object
org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
org.eclipse.nebula.widgets.nattable.examples.examples._104_Styling._002_Using_a_custom_cell_painter
All Implemented Interfaces:
INatExample

public class _002_Using_a_custom_cell_painter extends AbstractNatExample
This example demonstrates the use of custom painters. The cells contain data as decimal numbers. This decimal number is converted into a percentage and rendered by the painter as bars in the cell.
  • Constructor Details

    • _002_Using_a_custom_cell_painter

      public _002_Using_a_custom_cell_painter()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • createExampleControl

      public org.eclipse.swt.widgets.Control createExampleControl(org.eclipse.swt.widgets.Composite parent)