In this section:

Common

IconDescription
classTypeJavaClass Class
classTypeAbstract Abstract class
images/classGroovyClass.png Groovy class
classTypeAnnot Annotation
classTypeEnum Enumeration
classTypeException Exception
img Final Java class
classTypeInterface Interface
classTypeMain Java class that contains declaration of the main() method.
classTypeTestCase Test case
classTypeJavaOutOfSourceRoot Java class located out of the source root. Refer to the section Configuring Content Roots for details.
excludeFromCompilation.png Java class excluded from compilation.
images/phpTrait.png PHP trait
method Method
images/method_abstract.pngAbstract method
field Field
images/variable.png Variable
property Property
images/property_yellow.png Parameter
images/xml_element.png Element
images/folder.png Directory
images/moduleFolder.pngModule
images/groupOfModules.pngGroup of modules
images/iconPackage.png Package
images/rootSource.gif Source root
images/rootTest.gif Test root
images/rootExcluded.gif Excluded root
images/rootResourceIJ.pngResources
images/rootTestResourceIJ.pngTest resources
images/rootGeneratedSourceIJ.pngGenerated source roots
images/rootGeneratedTestSourceIJ.pngGenerated test source roots
Visibility modifiers
images/locked.pngRead-only class, e.g. from a jar of an external library.
private.pngprivate
protected.pngprotected
package_protected.pngpackage protected
images/staticMark.png static
public.pngpublic

Data sources

IconDescription
images/DataSource.png DB data source. Also, DBMS-specific icons are used:

images/DBDB2.png DB2

images/DBDerby.png Derby

images/DBH2.png H2

images/DBHSQLDB.png HSQLDB

images/DBMySQL.png MySQL

images/DBOracle.png Oracle

images/DBPostgresql.png PostgreSQL

images/DBSQLServer.png SQL Server

images/DBSQLite.png SQLite

images/DBSybase.png Sybase

images/DBReadonly.png DB data source with the read-only status, e.g. images/DBReadonlyDB2.png for Derby.
images/icon_DDLDataSource.png DDL data source
images/dataDatabase.pngDatabase
images/dataSchema.png Schema
images/DataTables.png Table
images/dataView.png View
images/dataColumn.png Column
images/dataColumnNotNull.png A NOT NULL column
dataPkColumn.png Column with a primary key
dataFkColumn.png Column with a foreign key
dataIndexedColumn.png Column with an index
images/dataPrimaryKey.png Primary key
images/dataForeignKey.png Foreign key
images/dataIndex.png Index
images/dataTrigger.png Trigger
images/dataFunction.png Stored procedure or function