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

public class BlinkingGridExample extends AbstractNatExample
  • Constructor Details

    • BlinkingGridExample

      public BlinkingGridExample()
  • Method Details

    • main

      public static void main(String[] args)
    • createExampleControl

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

      public void onStart()
      Start threads to fire data updates (at intervals)
      Specified by:
      onStart in interface INatExample
      Overrides:
      onStart in class AbstractNatExample
    • onStop

      public void onStop()
      Specified by:
      onStop in interface INatExample
      Overrides:
      onStop in class AbstractNatExample