API

Java API User's Guide

How to locate API

How this document is organized

This document has three types of pages, corresponding to three different levels of API, plus a class hierarchy, and an index of fields and methods.

Level 1 - All packages

Example: Charting Bean API

This page provides a list of all packages and is the front page of this document.

Level 2 - All classes and interfaces within a package

Example: Package COM.ibm.beans.charting

This type of page provides links to the public classes and interfaces in a given package. It can contain four categories:

Level 3 - A Single class or interface

Example: Class ChartType

Near the top of the page is a class inheritance diagram, starting with java.lang.Object and ending with the class or interface. This is followed by the class declaration and a general class description.

Following this are two sections: the indexes for this page, followed by detailed descriptions. (Each index entry contains the first sentence from the detailed description for that item.) The index entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This is done to preserve the logical groupings established by the programmer. These are the categories, in order (where a category is omitted when it has no entries):

The fields, constructors, and methods have additional color coding as follows:

Instance variable (non-static field)
Static field (class variable)
Constructor
Instance method (non-static method)
Class method (static method)

Class Hierarchy

The Class Hierarchy contains a list of all the classes and interfaces starting with java.lang.Object, organized first by their inheritance structure, and within that structure sorted alphabetically by class or interface. Almost every page has a "Class Hierarchy" link in the navigation bar to get to this page.

Index of Fields and Methods

The Index of Fields and Methods contains a list of all fields, methods, and constructors, sorted alphabetically. Almost every page has an "Index" link in the navigation bar to get to this page.