IntelliJ IDEA 2018.2 Help

Icon reference

File types

To view the list of file types recognized by IntelliJ IDEA, go to Settings/Preferences (Ctrl+Alt+S) | Editor | File Types. If a file in your project is marked with the unknown file type icon, it indicates that IntelliJ IDEA can't recognize it. In this case, you can register and configure a new file type.

file types

Common

Icon

Description

icons fileTypes javaClass

Class

Groovy icons groovy abstractClass

Abstract class

Groovy icons groovy class

Groovy class

Groovy icons groovy annotationType

Annotation

icons nodes enum

Enumeration

icons nodes exceptionClass

Exception

icons nodes finalMark

Final Java class

icons nodes interface

Interface

classTypeMain

Java class that contains declaration of the main() method.

classTypeTestCase

Test case

classTypeJavaOutOfSourceRoot

Java class located out of the Sources root.

icons nodes excludedFromCompile

Java class excluded from compilation.

phpTrait

PHP trait

phpTest

PHP test

method

Method

method abstract

Abstract method

icons nodes field svg

Field

variable

Variable

property

Property

property yellow

Parameter

xml element

Element

folder

Directory

moduleFolder

Module

groupOfModules

Group of modules

package icon large

Package

root_Source.png

Source root

root_Test.png

Test root

root Excluded

Excluded root

rootResourceIJ

Resources

rootTestResourceIJTest resources
rootGeneratedSourceIJGenerated source roots
rootGeneratedTestSourceIJGenerated test source roots

Visibility modifiers

locked ij

Read-only class, e.g. from a jar of an external library.

icons nodes c private

private

icons nodes c protected

protected

package_protected.png

package protected

staticMark

static

icons nodes c public

public

Bookmarks

bookmarkCheck

Anonymous bookmark – a check sign bookmark. Bookmarks are used for quick navigation within a file or across the entire project.

bookmarkMnemonic

Lettered mnemonic bookmark – a letter in the interval from A to Z.

bookmarkNumber

Numbered mnemonic bookmark – a number in the interval from 0 to 9.

Data Sources

Icon

Description

DataSource

DB data source. Also, DBMS-specific icons are used:

DBReadonly

DB data source with the read-only status, e.g. DBReadonlyDB2 for Derby.

icon DDLDataSource

DDL data source

Database

dataSchema

Schema

DataTables

Table

dataView

View

icons nodes dataColumn

Column

dataColumnNotNull

A NOT NULL column

dataPkColumn.png

Column with a primary key

dataFkColumn.png

Column with a foreign key

dataIndexedColumn.png

Column with an index

dataPrimaryKey

Primary key

dataForeignKey

Foreign key

dataIndex

Index

dataTrigger

Trigger

Stored procedure or function

Last modified: 20 November 2018

See Also