Possible Duplicate:
What do the icons in Eclipse mean?
In the "Package Explorer" in the Eclipse IDE, I can click on a Java class and list all its methods. The methods are displayed with a few different icons before the name, including a green circle or a red square.
What do these icons mean? Is there a webpage that explains them?
Right click and select References > Project or References > Workspace from the pop-up menu. Show activity on this post. This will show you a Search view containing the hierarchy of class and method which using this method.
Blue triangle indicates default (package visible) method.
This means that you've changed something in a file in your workspace but not pushed your changes to the master repository.
Green circle indicates a public method
Red square indicates a private method
Yellow diamond indicates a protected method
Blue triangle indicates default (package visible) method
This page gives an overview of all the icons used in Eclipse JDT. This page explains what the different access levels mean in Java terms, in case you aren't familiar with that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With