Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Improve Pagination Control


1) Manage Completion with Pagination. The idea is to copy/paste the class org.eclipse.jface.fieldassist.ContentProposalAdapter to create PageableTable (instead of Table) in the popup.

why not implement this class instead of copy/paste?
 
2) Manage IProgressMonitor (or not as today) when paginated list is loaded to add for instance monitor in the status for instance.

Nice.


Back to the top