文章列表
GEF开发Hello,World!
- 博客分类:
- GEF
1)扩展点editors时,可手动在plugin.xml文件中配置扩展点editor。
<extension point="org.eclipse.ui.editors">
<editor
default="false"
icon="icons/sample.gif"
id="gef.tutorial.step.editors1"
name="gef.t ...
如果拖拽的目的地是Form,必须要加上背景颜色,否则不生效。如下:
<mx:Form width="400" height="300" dragEnter="" dragDrop="" backgroundColor="#FFFFFF">