Class BlinkingGridExample
java.lang.Object
org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
org.eclipse.nebula.widgets.nattable.examples.examples._103_Events.BlinkingGridExample
- All Implemented Interfaces:
INatExample
-
Field Summary
Fields inherited from interface org.eclipse.nebula.widgets.nattable.examples.INatExample
BASE_PACKAGE, BASE_PATH, CLASSIC_BASE_PACKAGE, CLASSIC_BASE_PATH, CLASSIC_EXAMPLES_PREFIX, TUTORIAL_EXAMPLES_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.ControlcreateExampleControl(org.eclipse.swt.widgets.Composite parent) static voidvoidonStart()Start threads to fire data updates (at intervals)voidonStop()Methods inherited from class org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
getDescription, getName, getShortDescription, log, setupTextArea
-
Constructor Details
-
BlinkingGridExample
public BlinkingGridExample()
-
-
Method Details
-
main
-
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:
onStartin interfaceINatExample- Overrides:
onStartin classAbstractNatExample
-
onStop
public void onStop()- Specified by:
onStopin interfaceINatExample- Overrides:
onStopin classAbstractNatExample
-