In business application with large data, display data in a table with navigation page can be really helpful. In our XDocReport project, we need this feature in our Eclipse RCP/RAP XDocReport application for instance to select resumes to open in the Search Resume Dialog : This last screenshot is the resume search dialog in WEB context (Eclipse RAP). Here a screenshot in fat client context (Eclipse RCP) : After several search, it seems that there is no project which provides a SWT pagination control, which works with Eclipse RCP and RAP. So we decided to develop this control and give our code to Eclipse Nebula Project with the bug 367064 . Today Nebula Team are voting if the project will be accepted or not. Overview The Nebula Pagination Plug-Ins gives you the capability to paginate data list in any SWT Widgets . It works with Eclipse RCP and RAP too . Table pagination Nebula Pagination gives …

Read this article:
Angelo Zerr: Eclipse Nebula Pagination Control