Home

Awesome

jGrid

A lightweight, scaleable Java (SWT) grid that can be used in pure SWT or Eclipse RCP applications.

The grid supports standard features such as: -

See the Examples.java class to set-up and run the sample demo.

Alt Examples Screenshot

To use the grid you need to specify 4 things: -

  1. IGridContentProvider
  2. IGridLabelProvider
  3. Columns
  4. Elements (data to show in a row).

Finally, in addition to the standard control listeners, you can add an IGridListener to recieve grid-based events.