IDEA图标含义

参考官方文档:https://www.jetbrains.com/help/idea/symbols.html#common-icons

自己常用的列在下面:

图标上有灰边边的是抽象的,比如抽象类、方法

IconDescription
Class Class
Abstract class Abstract class
Groovy class Groovy class
Annotation Annotation
Enumeration Enumeration
Exception Exception
Final Java class Final Java class
Interface Interface
Java class with the Main method Java class that contains declaration of the main() method.
Test case Test case
Method Method
Abstract method Abstract method
Field Field
Variable Variable(可能是基本数据类型或者引用数据类型)
Property Property
Parameter Parameter
Element Element
Project structure
Directory Directory
Module Module
Group of modules Group of modules
Package Package
Sources Root Sources root
Test Root Test root
Excluded root Excluded root
Resources Root Resources
Test Resources Root Test resources
Generated Sources Root Generated sources root
Generated Test Sources root Generated test sources root
Visibility modifiers
Read-only class Read-only class, for example from a jar of an external library.
Private private
Protected protected
package_protected.png package protected
Static static
Public public
原文地址:https://www.cnblogs.com/live-for-learning/p/13512655.html