android studio 符號大全
阿新 • • 發佈:2019-01-03
In this section:
Common
Icon | Description |
---|---|
Class | |
Abstract class | |
Annotation | |
Enumeration | |
Exception | |
Final Java class | |
Interface | |
Java class that contains declaration of the main() method. |
|
Test case | |
Java class located out of the source root. Refer to the section Configuring
Content Roots |
|
Method | |
Abstract method | |
Field | |
Variable | |
Property | |
Parameter | |
Element | |
Directory | |
Module | |
Group of modules | |
Package | |
Visibility modifiers | |
Read-only class, e.g. from a jar of an external library. | |
private | |
protected | |
package protected | |
static | |
public |
Data Sources
Icon | Description |
---|---|
DB data source with the read-only status, e.g. for DB2. | |
DDL data source | |
Schema | |
Table | |
View | |
Column | |
A NOT
NULL column |
|
Column with a primary key | |
Column with a foreign key | |
Column with an index | |
Primary key | |
Foreign key |
|
Index | |
Stored procedure or function |