Inheritances
Files
Overview
FRAMES
NO FRAMES

Help

This page describes the conventions used in this documentation.

- Inherit Indicates class / interface inheritance.
- Belongs to Indicates that an element belongs to a package.

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()