IntelliJ IDEA 2017.1 Help

Symbols

In this section:

Common

IconDescription
classTypeJavaClass Class
classTypeAbstract Abstract class
/help/img/idea/2017.1/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.
/help/img/idea/2017.1/phpTrait.png PHP trait
method Method
/help/img/idea/2017.1/method_abstract.pngAbstract method
field Field
/help/img/idea/2017.1/variable.png Variable
property Property
/help/img/idea/2017.1/property_yellow.png Parameter
/help/img/idea/2017.1/xml_element.png Element
/help/img/idea/2017.1/folder.png Directory
/help/img/idea/2017.1/moduleFolder.pngModule
/help/img/idea/2017.1/groupOfModules.pngGroup of modules
/help/img/idea/2017.1/iconPackage.png Package
/help/img/idea/2017.1/rootSource.gif Source root
/help/img/idea/2017.1/rootTest.gif Test root
/help/img/idea/2017.1/rootExcluded.gif Excluded root
/help/img/idea/2017.1/rootResourceIJ.pngResources
/help/img/idea/2017.1/rootTestResourceIJ.pngTest resources
/help/img/idea/2017.1/rootGeneratedSourceIJ.pngGenerated source roots
/help/img/idea/2017.1/rootGeneratedTestSourceIJ.pngGenerated test source roots
Visibility modifiers
/help/img/idea/2017.1/locked.pngRead-only class, e.g. from a jar of an external library.
private.pngprivate
protected.pngprotected
package_protected.pngpackage protected
/help/img/idea/2017.1/staticMark.png static
public.pngpublic

Data Sources

IconDescription
/help/img/idea/2017.1/DataSource.png DB data source. Also, DBMS-specific icons are used:

/help/img/idea/2017.1/DBDB2.png DB2

/help/img/idea/2017.1/DBDerby.png Derby

/help/img/idea/2017.1/DBH2.png H2

/help/img/idea/2017.1/DBHSQLDB.png HSQLDB

/help/img/idea/2017.1/DBMySQL.png MySQL

/help/img/idea/2017.1/DBOracle.png Oracle

/help/img/idea/2017.1/DBPostgresql.png PostgreSQL

/help/img/idea/2017.1/DBSQLServer.png SQL Server

/help/img/idea/2017.1/DBSQLite.png SQLite

/help/img/idea/2017.1/DBSybase.png Sybase

/help/img/idea/2017.1/DBReadonly.png DB data source with the read-only status, e.g. /help/img/idea/2017.1/DBReadonlyDB2.png for Derby.
/help/img/idea/2017.1/icon_DDLDataSource.png DDL data source
/help/img/idea/2017.1/dataDatabase.pngDatabase
/help/img/idea/2017.1/dataSchema.png Schema
/help/img/idea/2017.1/DataTables.png Table
/help/img/idea/2017.1/dataView.png View
/help/img/idea/2017.1/dataColumn.png Column
/help/img/idea/2017.1/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
/help/img/idea/2017.1/dataPrimaryKey.png Primary key
/help/img/idea/2017.1/dataForeignKey.png Foreign key
/help/img/idea/2017.1/dataIndex.png Index
/help/img/idea/2017.1/dataTrigger.png Trigger
/help/img/idea/2017.1/dataFunction.png Stored procedure or function

See Also

Last modified: 18 July 2017