What are some SWT tables / tables?

I need to be able to display some data in Eclipse in a grid / table control ... I need things like paging, sorting multiple columns, selecting columns, etc. There is a SWT table and the Nebula Project has a grid in alpha .

Is there what i need? Maybe a supporter? No need to be free, we can pay for functionality.

+3
source share
3 answers

I have not seen these functions implemented in reusable widgets that I can think of, they are more functional at the application level.

: JFace ( SWT Nebula Grid MVC, , ), , - , .

: , . , , . , .

: . - , SWT - . , (, ) , .

+2

There is a new "rising star" in the sky of the widget called "nattable 2.0". This is an open source project and the development team is very responsive. You should take a look at nattable.org ...

+1
source

All Articles