Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Standard overlay icons for warning/error
Standard overlay icons for warning/error [message #605017] Thu, 11 March 2010 15:53
Stan is currently offline StanFriend
Messages: 20
Registered: July 2009
Junior Member
In my custom label decorator, I want to overlay a warning icon, and I'd like to use the standard one used by eclipse (the little yellow triangle). How can I get an image descriptor of this icon?

I tried using workbench.getSharedImages().getImageDescriptor(ISharedImages .IMG_DEC_FIELD_WARNING), since that ID seems to match what I'm looking for, but the shared images collection doesn't actually have that image in it (so I just get a null returned).

Is there some other shared image collection that I should be looking at?
Previous Topic:Standard overlay icons for warning/error
Next Topic:More assistance needed for resolving dependency conflicts
Goto Forum:
  


Current Time: Fri Apr 19 08:16:48 GMT 2024

Powered by FUDForum. Page generated in 0.01773 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top