In some business application, your model (domain) contains sometimes image byte array (ex : photo for person model, logo for project model, etc). In our XDocReport project, we need to manage photo byte array with SWT control for the person model in our Eclipse RCP/RAP XDocReport , in the resume editor : This last screenshot is the resume editor 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 picture control, which works with Eclipse RCP and RAP. So we decided to develop SWT PictureControl and give our code to Eclipse Nebula Project with the bug 365948 . Today Nebula Team are voting if the project will be accepted or not. Plug-Ins Nebula PictureControl contribution provides a SWT control to display an image, remove and modify it . It can be used in the RCP/RAP application context . This control is useful to manage photo, logo in a SWT, RCP and RAP Application. It works with SWT (use org.eclipse….
Read more:
Angelo Zerr: Eclipse Nebula Picture Control