Skip to main content

NatTable Examples Application

The NatTable Examples Application is a good starting point to get familiar with NatTable. It contains multiple examples to show the features and how to configure them.

NatTable Examples Application

It can be downloaded in different variants:

JAR Windows
x86_64
Mac OS
x86_64
Linux GTK
x86_64

The JAR version is the old plain SWT version of the NatTable examples application. It contains all required libraries except the SWT library. To run the plain SWT version of the examples application you need to download the JAR from here and the SWT library for your operating system from the Eclipse download page. For links to the stable SWT Binary and Source for all platforms, select the entry for the latest official release and then scroll to bottom of page.

After you have downloaded the NatTable Examples JAR and the SWT JAR for your platform and placed them together in the same directory, the examples can be started with the following command from the command line:

java -cp swt.jar;NatTableExamples.jar org.eclipse.nebula.widgets.nattable.examples.NatTableExamples

The downloads provided for different operating systems are Eclipse 4 RCP applications. To run these you only need to download, unpack and start the executable. Note that these versions also contain the E4 examples, which are not included in the plain SWT JAR.

Back to the top