The AddressBook example shows how the org.eclipse.swt.Table class can be used to present tabular information.
If the Example Launcher is installed, select the Address Book item from the Standalone category and click Run.
Otherwise, install and run the example manually as per the
Standalone Examples Manual Setup instructions. The executable class is
org.eclipse.swt.examples.addressbook.AddressBook
.
The application can save and load address books, sort the entries, search for strings within the fields and perform other operations that would typically be found in this kind of application.