ISharedImages 概述?

发布于 2024-12-06 15:14:28 字数 393 浏览 1 评论 0原文

Java UI 插件提供接口 ISharedImages 来访问可在自己的插件中使用的标准图像。

例如,

Image image = PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJ_ELEMENT);

这非常有效,但我没有找到可用图像的概述。有人可以指点我这样的文档吗?

The Java UI plugin provides the Interface ISharedImages to access standard images which can be used in own plugins.

e.g.

Image image = PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJ_ELEMENT);

This works very well but I did not find an overview of the available images. Can someone please point me to such a documentation?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

_蜘蛛 2024-12-13 15:14:28

您可以使用最近添加的插件图像浏览器

窗口>显示视图>其他...>>插件开发>插件图片
浏览器

另请参阅 http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Fviews%2Fimage_browser_view.htm

You can use the Plug-in Image Browser which was added recently:

Window > Show View > Other... > Plug-in Development > Plug-in Image
Browser

See also http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Fviews%2Fimage_browser_view.htm

兰花执着 2024-12-13 15:14:28

其中一些您可以找到 此处,但请记住,其他第 3 方插件可以添加另一组共享图像,您必须引用该插件文档。

Some of them you can find here, but keep in mind that other 3rd party plugins can add another set of shared images for which, you would have to refer to that plugin documentation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文