| [news.eclipse.platform] Re: Reusing eclipse icons |
Hi Daniel,
Thanks Niklas. I want to use the resource navigator icons (collapse & sync-with-editor, to be specific). Unfortunately ISharedImages does not include these icons.
- Daniel
Niklas Deutschmann wrote:Hi Daniel,
It would be better to directly reuse the icon files shipped with Eclipse. That way your UI would remain consistent even if Eclipse changes its style. So is there a way to get access to these icons?
You can access a (small) set of images using PlatformUI.getWorkbench().getSharedImages()
There are probably some more in "internal" classes.
Regards, Niklas