Class _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 Detail

      • _002_Using_a_custom_cell_painter

        public _002_Using_a_custom_cell_painter()
    • Method Detail

      • createExampleControl

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