275
  • What do the icons in the Eclipse debugger mean?
  • What do the icon decorators in Eclipse mean?
  • What do the icons in Eclipse's Package Explorer mean?
  • What do the little letters on top of Eclipse icons mean?
  • What's the difference between the two error icons in Eclipse (the x in the red circle and the one with the light bulb)?

I just came to SO looking for this, didn't find it, and found it on my own elsewhere. But I thought it would be good for SO to have the answer for future reference; I wondered about them all the time when I was new to Eclipse (this was before I discovered SO).

1
  • Some of the icons are very intuitive, like the one for annotations. But others, I have no idea whatsoever. Commented Oct 28, 2021 at 17:46

3 Answers 3

406

This is a fairly comprehensive list from the Eclipse documentation. If anyone knows of another list — maybe with more details, or just the most common icons — feel free to add it.

Latest: JDT Icons

2019-06: JDT Icons

2019-03: JDT Icons

2018-12: JDT Icons

2018-09: JDT Icons

Photon: JDT Icons

Oxygen: JDT Icons

Neon: JDT Icons

Mars: JDT Icons

Luna: JDT Icons

Kepler: JDT Icons

Juno: JDT Icons

Indigo: JDT Icons

Helios: JDT Icons

There are also some CDT icons at the bottom of this help page.

If you're a Subversion user, the icons you're looking for may actually belong to Subclipse; see this excellent answer for more on those.

10
  • @ Mario Marinato -br- Me too! Apparently Google doesn't good enough of a job for this one because all I could find for the Outline View was this which doesn't really cover all icon combinations such as the green dot with the tiny arrow.
    – ateiob
    Commented Feb 27, 2012 at 18:12
  • 11
    Wouldn't it be a crazy idea to have a text rollover or some clickable thing come up with a human readable version of the meaning. There's cases where icons are nearly useless, and then there's eclipse icons.
    – stu
    Commented Aug 9, 2012 at 19:48
  • 11
    That's amazing. They have a web page with all of the text you'd need to display, but they don't do it in the application. Considering you can refactor whole projects that does tons of complex code changing, it's amazing they don't have the icon's meaning inline somewhere.
    – stu
    Commented Aug 9, 2012 at 20:02
  • 9
    I asked for exactly this (hovers inside Eclipse) a long while back and it was declined. Sigh. Commented Aug 2, 2013 at 1:11
  • 2
    I was looking for versioning icons too: stackoverflow.com/questions/1978553/… Commented Jun 28, 2016 at 13:41
17

I can't find a way to create a table with icons in SO, so I am uploading 2 images. Objects Icons

Decorator icons

8

In eclipse help documentation, we can all icons information as follows. Common path for all eclipse versions except eclipse version:

enter image description here

https://help.eclipse.org/2019-09/index.jsp?nav=%2F1

Not the answer you're looking for? Browse other questions tagged or ask your own question.