본문 바로가기

개발환경/AndroidStudio

안드로이드 스튜디오 기호 의미 링크

https://www.jetbrains.com/help/idea/2016.3/symbols.html#d1784129e12


Common

IconDescription
classTypeJavaClassClass
classTypeAbstractAbstract class
classTypeAnnotAnnotation
classTypeEnumEnumeration
classTypeExceptionException
imgFinal Java class
classTypeInterfaceInterface
classTypeMainJava class that contains declaration of the main() method.
classTypeTestCaseTest case
classTypeJavaOutOfSourceRootJava class located out of the source root. Refer to the section Configuring Content Roots for details.
excludeFromCompilation.pngJava class excluded from compilation.
/help/img/idea/2016.3/phpTrait.pngPHP trait
methodMethod
/help/img/idea/2016.3/method_abstract.pngAbstract method
fieldField
/help/img/idea/2016.3/variable.pngVariable
propertyProperty
/help/img/idea/2016.3/property_yellow.pngParameter
/help/img/idea/2016.3/xml_element.pngElement
/help/img/idea/2016.3/folder.pngDirectory
/help/img/idea/2016.3/moduleFolder.pngModule
/help/img/idea/2016.3/groupOfModules.pngGroup of modules
/help/img/idea/2016.3/iconPackage.pngPackage
/help/img/idea/2016.3/rootSource.gifSource root
/help/img/idea/2016.3/rootTest.gifTest root
/help/img/idea/2016.3/rootExcluded.gifExcluded root
/help/img/idea/2016.3/rootResourceIJ.pngResources
/help/img/idea/2016.3/rootTestResourceIJ.pngTest resources
/help/img/idea/2016.3/rootGeneratedSourceIJ.pngGenerated source roots
/help/img/idea/2016.3/rootGeneratedTestSourceIJ.pngGenerated test source roots
Visibility modifiers
/help/img/idea/2016.3/locked.pngRead-only class, e.g. from a jar of an external library.
private.pngprivate
protected.pngprotected
package_protected.pngpackage protected
/help/img/idea/2016.3/staticMark.pngstatic
public.pngpublic

Data Sources

IconDescription
/help/img/idea/2016.3/DataSource.pngDB data source. Also, DBMS-specific icons are used:

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

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

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

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

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

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

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

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

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

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

/help/img/idea/2016.3/DBReadonly.pngDB data source with the read-only status, e.g. /help/img/idea/2016.3/DBReadonlyDB2.png for DB2.
/help/img/idea/2016.3/icon_DDLDataSource.pngDDL data source
/help/img/idea/2016.3/dataSchema.pngSchema
/help/img/idea/2016.3/DataTables.pngTable
/help/img/idea/2016.3/dataView.pngView
/help/img/idea/2016.3/dataColumn.pngColumn
/help/img/idea/2016.3/dataColumnNotNull.pngNOT NULL column
dataPkColumn.pngColumn with a primary key
dataFkColumn.pngColumn with a foreign key
dataIndexedColumn.pngColumn with an index
/help/img/idea/2016.3/dataPrimaryKey.pngPrimary key
/help/img/idea/2016.3/dataForeignKey.pngForeign key
/help/img/idea/2016.3/dataIndex.pngIndex
/help/img/idea/2016.3/dataTrigger.pngTrigger
/help/img/idea/2016.3/dataFunction.pngStored procedure or function