开发者

Design Palette for SWT

开发者 https://www.devze.com 2022-12-18 17:01 出处:网络
Is there a way to replicate开发者_JS百科 the design palette from the Eclipse Visual Editor in an SWT application?You need to look at GEFGraphical Editing Framework which would, on top of eclipse and S

Is there a way to replicate开发者_JS百科 the design palette from the Eclipse Visual Editor in an SWT application?


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

Design Palette for SWT

As said in this thread:

all the palette is just another graphical viewer which you can place in any viewpart pretty much.

0

精彩评论

暂无评论...
验证码 换一张
取 消