Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Nebula Grid Wrapper

Thanks for question,

Wrapper doesn't support all the features of the Nebula Grid. It has been written for solving our problems. Some of them are specific.

Features of the wrapper:

1. You can write your own column, which display values in its own way
2. Grid store representing object and return if after click in the row
3. Set the width of the column and auto width determination
4. Show/hide the headers of row/column
5. Display images in the cells and row headers.
6. Checkable cells
7. Set font of cell's text
8. Set foreground and background color of cells
9. Selecting one or several rows
10. Listeners for mouse clicks and selecting items
11. Add editors (Text, Combo, etc) to cells
12. Add editors to cell after click or other action
13. Tooltips for cells and column headers
14. Sorting of columns (can be disable)
15. Сhanging column width (can be disable)
16. Moving columns (can be disable)


What are the benefits of this API compared to JFace TableViewer and related APIs ?


Back to the top