在程序里得到EMF项目的.edit里图标的方法,下面代码取得的是org.eclipse.swt.graphics.Image对象,用getImageDescriptor()方法可以得到ImageDescriptor对象:
ExtendedImageRegistry.getInstance().getImage(XXXEditPlugin.getPlugin().getImage("full/obj16/XXXX"))
注意:XXXEditPlugin.getPlugin().getImage("full/obj16/XXXX")得到的是java.net.URL类型。