Overview
packages
Classes

Help

Styles of class names

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

Visibility

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

Deprecated

Elements declared deprecated are written like that : method1()