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

Building and delivering a table editor with SWT/JFace
by Joe Winchester (IBM)
http://eclipse.org/articles/Article-Table-viewer/table_viewer.html

Abstract: 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 ackage and deliver the classes into a stand-alone (non Eclipse) Java application.