
Eclipse
Get flash to fully experience Pearltrees
Corner Article: Creating Database Web Applications with Eclipse
Birt
Eclipse JFace TableViewer - Tutorial
viewer = new TableViewer(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL | SWT.FULL_SELECTION | SWT.BORDER); createColumns(parent); final Table table = viewer.getTable(); table.setHeaderVisible(true); table.setLinesVisible(true); Eclipse provides already an implementation of this interface via the ArrayContentProvider class. ArrayContentProvider supports Arrays or Lists as basis for the underlying data. As ArrayContentProvider does not store any data, you can share instances. To get a shared instance use the ArrayContentProvider.getInstance() method. Each TableViewerColumn needs to get a LabelProvider assigned via the setLabelProvider() method.Groovy with Eclipse - Tutorial
This article gives a short overview of the Groovy language including collections, loops, gstrings, MOP, closures, operator overloading, XML handing and using Groovy together with Java class.Eclipse RCP
Eclipse RAP

