![classTypeJavaClass](http://static.javashuo.com/static/loading.gif) |
Class |
![classTypeAbstract](http://static.javashuo.com/static/loading.gif) |
Abstract Java class |
![classTypeAnnot](http://static.javashuo.com/static/loading.gif) |
Annotation |
![classTypeEnum](http://static.javashuo.com/static/loading.gif) |
Enumeration |
![classTypeException](http://static.javashuo.com/static/loading.gif) |
Exception |
![img](http://static.javashuo.com/static/loading.gif) |
Final Java class |
![classTypeInterface](http://static.javashuo.com/static/loading.gif) |
Interface |
![classTypeMain](http://static.javashuo.com/static/loading.gif) |
Java class that contains declaration of the main() method. |
![classTypeTestCase](http://static.javashuo.com/static/loading.gif) |
Test case |
![classTypeJavaOutOfSourceRoot](http://static.javashuo.com/static/loading.gif) |
Java class located out of the source root. Refer to the section Configuring Content Roots for details. |
![excludeFromCompilation.png](http://static.javashuo.com/static/loading.gif) |
Java class excluded from compilation. |
![method](http://static.javashuo.com/static/loading.gif) |
Method |
![method_abstract](http://static.javashuo.com/static/loading.gif) |
Abstract method |
![field](http://static.javashuo.com/static/loading.gif) |
Field |
![variable](http://static.javashuo.com/static/loading.gif) |
Variable |
![property](http://static.javashuo.com/static/loading.gif) |
Property |
![property_yellow](http://static.javashuo.com/static/loading.gif) |
Parameter |
![xml_element](http://static.javashuo.com/static/loading.gif) |
Element |
![folder](http://static.javashuo.com/static/loading.gif) |
Directory |
![moduleFolder](http://static.javashuo.com/static/loading.gif) |
Module |
![groupOfModules](http://static.javashuo.com/static/loading.gif) |
Group of modules |
![iconPackage](http://static.javashuo.com/static/loading.gif) |
Package |
![rootSource](http://static.javashuo.com/static/loading.gif) |
Source root |
![rootTest](http://static.javashuo.com/static/loading.gif) |
Test root |
![rootExcluded](http://static.javashuo.com/static/loading.gif) |
Excluded root |
![rootResourceIJ](http://static.javashuo.com/static/loading.gif) |
Resources |
![rootTestResourceIJ](http://static.javashuo.com/static/loading.gif) |
Test resources |
![rootGeneratedSourceIJ](http://static.javashuo.com/static/loading.gif) |
Generated source roots |
![rootGeneratedTestSourceIJ](http://static.javashuo.com/static/loading.gif) |
Generated test source roots |
Visibility modifiers |
![locked](http://static.javashuo.com/static/loading.gif) |
Read-only class, e.g. from a jar of an external library. |
![private.png](http://static.javashuo.com/static/loading.gif) |
private |
![protected.png](http://static.javashuo.com/static/loading.gif) |
protected |
![package_protected.png](http://static.javashuo.com/static/loading.gif) |
package protected |
![staticMark](http://static.javashuo.com/static/loading.gif) |
static |
![public.png](http://static.javashuo.com/static/loading.gif) |
public |