124 | Class or Interface
125 | Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
126 |
127 | - Class Inheritance Diagram
128 | - Direct Subclasses
129 | - All Known Subinterfaces
130 | - All Known Implementing Classes
131 | - Class or Interface Declaration
132 | - Class or Interface Description
133 |
134 |
135 |
136 | - Nested Class Summary
137 | - Field Summary
138 | - Property Summary
139 | - Constructor Summary
140 | - Method Summary
141 |
142 |
143 |
144 | - Field Detail
145 | - Property Detail
146 | - Constructor Detail
147 | - Method Detail
148 |
149 | Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
150 |
151 |