This page describes the conventions used in this documentation.
-
Indicates class / interface inheritance.
-
Indicates that an element belongs to a package.
The following conventions apply to class lists, on the left part of the page, and in different pages :
- 'Normal' classes are written without particuler style
Ex : Class1
- Interfaces are written in bold and italics
Ex : Interface1
- Abstract classes are written in bold
Ex : Class2
- Exceptions are written in red and bold
Ex : Exception1
In the summary section, fields or methods are preceeded by a symbol indicating its visibility :
- Public elements are preceeded by a +
Ex : + method1
- Protected elements are preceeded by a #
Ex : # method1
- Private elements are preceeded by a -
Ex : - method1
Elements declared deprecated are written like that :
method1()