站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Wireless Java Developing with J2ME, Second Edition

Appendix A: MIDP API Reference - Wireless Java Developing with J2ME, Second Edition

Previous Section Next Section

Appendix A: MIDP API Reference

Overview

This appendix is a reference for the classes and interfaces of the MIDP API. This reference is designed to help you quickly find the signature of a method in the MIDP API. Exceptions and errors are not included.

For a full description of any class, interface, or method, consult the API documentation, either in HTML (usually distributed with a MIDP toolkit) or in the MIDP specification itself.

The API listings are alphabetical, grouped by package.

This reference covers MIDP 1.0, CLDC 1.0, MIDP 2.0, and CLDC 1.1. Methods that are new in MIDP 2.0 or CLDC 1.1 are marked with a "+". Methods that have been removed (or moved) in MIDP 2.0 or CLDC 1.1 are marked with a "-". Initial implementations of MIDP 2.0 will be paired with CLDC 1.0; keep this in mind as you browse the reference.


Previous Section Next Section