blob: 48be3ef0ca7c80196b9a51f8b343c98887a0767b [file] [log] [blame]
smain@google.coma0a6d322016-02-05 17:34:22 -08001<?cs # THIS CREATES A LIST OF ALL PACKAGES AND NAMES IT packages.html ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08002<?cs include:"macros.cs" ?>
Dirk Doughertyff233cc2015-05-04 14:37:05 -07003<?cs include:"macros_override.cs" ?>
smain@google.coma0a6d322016-02-05 17:34:22 -08004<?cs include:"doctype.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08005<html<?cs if:devsite ?> devsite<?cs /if ?>>
6<?cs include:"head_tag.cs" ?>
smain@google.coma0a6d322016-02-05 17:34:22 -08007<?cs include:"body_tag.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08008<?cs include:"header.cs" ?>
9
Dirk Dougherty541b4942014-02-14 18:31:53 -080010<h1><?cs var:page.title ?></h1>
smain@google.coma0a6d322016-02-05 17:34:22 -080011<p>These are the API classes. See all
12<a href="packages.html">API packages</a>.</p>
Dirk Dougherty541b4942014-02-14 18:31:53 -080013
smain@google.coma0a6d322016-02-05 17:34:22 -080014<div class="jd-letterlist"><?cs
15 each:letter=docs.classes ?>
16 <a href="#letter_<?cs name:letter ?>"><?cs
17 name:letter ?></a>&nbsp;&nbsp;<?cs
18 /each?>
Dirk Dougherty541b4942014-02-14 18:31:53 -080019</div>
20
21<?cs each:letter=docs.classes ?>
22<?cs set:count = #1 ?>
23<h2 id="letter_<?cs name:letter ?>"><?cs name:letter ?></h2>
smain@google.coma0a6d322016-02-05 17:34:22 -080024<table>
Dirk Dougherty541b4942014-02-14 18:31:53 -080025 <?cs set:cur_row = #0 ?>
26 <?cs each:cl = letter ?>
27 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.since ?>" >
28 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
Dirk Doughertyff233cc2015-05-04 14:37:05 -070029 <td class="jd-descrcol" width="100%">
30 <?cs call:short_descr(cl) ?>&nbsp;
31 <?cs call:show_annotations_list(cl) ?>
32 </td>
Dirk Dougherty541b4942014-02-14 18:31:53 -080033 </tr>
34 <?cs set:count = count + #1 ?>
35 <?cs /each ?>
36</table>
37<?cs /each ?>
38
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080039<?cs include:"footer.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -080040<?cs include:"trailer.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -080041</body>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080042</html>