[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: New article: Building and delivering a table editor with SWT/JFace

The correct author of the new JFace table editor article is Laurent Gauthier:

Building and delivering a table editor with SWT/JFace
by Laurent Gauthier (Mirasol Op'nWorks)

http://eclipse.org/articles/Article-Table-viewer/table_viewer.html

The JFace API provides several classes that can be used to build editable table views. In this
article, we present a fairly extensive example that exercises the JFace and SWT classes needed to
implement a table with cell editors for check-boxes, free text and combo-boxes. We also show how to
package and deliver the classes into a stand-alone (non-Eclipse) Java application.