1. 程式人生 > >android studio 符號大全

android studio 符號大全

In this section:

Common

Icon Description
classTypeJavaClass Class
classTypeAbstract Abstract 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.
method Method
/help/img/idea/2016.3/method_abstract.png Abstract method
field Field
/help/img/idea/2016.3/variable.png Variable
property Property
/help/img/idea/2016.3/property_yellow.png Parameter
/help/img/idea/2016.3/xml_element.png Element
/help/img/idea/2016.3/folder.png Directory
/help/img/idea/2016.3/moduleFolder.png Module
/help/img/idea/2016.3/groupOfModules.png Group of modules
/help/img/idea/2016.3/iconPackage.png Package
Visibility modifiers
/help/img/idea/2016.3/locked.png Read-only class, e.g. from a jar of an external library.
private.png private
protected.png protected
package_protected.png package protected
/help/img/idea/2016.3/staticMark.png static
public.png public

Data Sources

Icon Description
/help/img/idea/2016.3/DBReadonly.png DB 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.png DDL data source
/help/img/idea/2016.3/dataSchema.png Schema
/help/img/idea/2016.3/DataTables.png Table
/help/img/idea/2016.3/dataView.png View
/help/img/idea/2016.3/dataColumn.png Column
/help/img/idea/2016.3/dataColumnNotNull.png 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/2016.3/dataPrimaryKey.png Primary key
/help/img/idea/2016.3/dataForeignKey.png

Foreign key

/help/img/idea/2016.3/dataIndex.png Index
/help/img/idea/2016.3/dataFunction.png Stored procedure or function

原文連結