Is there a way to replicate the design palette from the Eclipse Visual Editor in an SWT application?
Here is a screen capture of the widget. http://bit.ly/b6lUZh.
Is there a way to replicate the design palette from the Eclipse Visual Editor in an SWT application?
Here is a screen capture of the widget. http://bit.ly/b6lUZh.
You need to look at GEF Graphical Editing Framework which would, on top of eclipse and SWT, provide some palette resources.
An example of palette os found in this article GEF with EMF
As said in this thread:
all the palette is just another graphical viewer which you can place in any viewpart pretty much.