Jface:有没有办法定制现场装饰?

时间:2011-09-21 08:09:42

标签: jface

我认为默认的gif图像看起来不好,所以我想交换这些图像!

我知道我可以破解jface jar文件。但我想知道是否有任何公共API可以这样做。

1 个答案:

答案 0 :(得分:1)

org.eclipse.jface.fieldassist.FieldDecoration#setImage(图像)

public void setImage(Image image) 设置装饰中显示的图像,如果未指定图像,则为null。由调用者更新显示描述的任何装饰字段以显示新图像。 参数: 图像 - 装饰中显示的图像。值null表示空白装饰。

http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjface%2Ffieldassist%2FFieldDecoration.html