Standard Widget Toolkit (SWT) Standalone Example - Address Book

Introduction

The AddressBook example shows how the org.eclipse.swt.Table class can be used to present tabular information.

Running the example

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.

Details

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.

Copyright IBM Corporation 2000, 2001.  All Rights Reserved.