com.nttdocomo.io
- ConnectionException: This is thrown when there is an error with a connection.
- HttpConnection: NOT DOCUMENTED
com.nttdocomo.ui
- AudioPresenter: NOT DOCUMENTED
- Canvas: Canvas for showing free-form raster graphics and otherwise.
- Display: This represents a single display for an application, it is equivalent to {@link javax.microedition.lcdui.Display}.
- Font: Represents a font.
- Frame: This is the main frame within an i-mode application, it is equivalent to MIDP's {@link Displayable}.
- Graphics: This is used for drawing graphics onto a raster surface.
- IApplication: NOT DOCUMENTED
- Image: Represents a raster image.
- MediaData: NOT DOCUMENTED
- MediaImage: NOT DOCUMENTED
- MediaListener: NOT DOCUMENTED
- MediaManager: NOT DOCUMENTED
- MediaPresenter: NOT DOCUMENTED
- MediaResource: NOT DOCUMENTED
- MediaSound: NOT DOCUMENTED
- Palette: This is a mutable palette which can be utilized across multiple instances of {@link PalettedImage} to reflect the given colors.
- PalettedImage: NOT DOCUMENTED
- PhoneSystem: NOT DOCUMENTED
- ShortTimer: This represents a "short-term" timer.
- UIException: This is thrown when there is an exception in the code.
com.nttdocomo.util
- JarFormatException: Represents an exception during Jar/Zip load.
- JarInflater: This utility is used to decompress Jar files, or Zip files, from a byte array or stream.
- TimeKeeper: NOT DOCUMENTED
- Timer: A timer which sends timer events to a given listener.
- TimerListener: This is a listener for any timer events.
com.nttdocomo.opt.ui
- Graphics2: NOT DOCUMENTED
cc.squirreljme.runtime.nttdocomo.io
- DoJaHttpConnectionAdapter : Wraps a DoJa HTTPConnection to GCF's HTTPConnection.
- ResourceConnection : Connects to resources which are on the class path.
- ResourceConnectionFactory : Factory to create {@link ResourceConnection}.
- ScratchPadConnection : Handles the scratch pad for i-mode/i-appli applications, this is a small storage area within the application.
- ScratchPadConnectionFactory : Factory for creating {@link ScratchPadConnection}.
- ScratchPadOutputTransaction : This is an output stream which when finished will write to the scratch pad via an entire transaction.
- ScratchPadParams : Parameters for the scratch pad.
- ScratchPadStore : Represents storage for a single scratch pad.
- SquirrelJMEWebRootConnectionFactory : This is a factory that creates an HTTP connection which are used for DoJa applications to access their web resources.
- SquirrelJMEWebRootHTTPAgentConnector : The connector to access {@link SquirrelJMEWebRootManager}.
- SquirrelJMEWebRootManager : This acts as a virtual web root HTTP server that is used for DoJa based titles to access their web based resources and otherwise.
cc.squirreljme.runtime.nttdocomo.ui
- DoJa8BitImageLoader : Loader for DoJa 8-bit images.
- EightBitImageStore : This contains the storage for an 8-bit image.
- NullAudioPresenter : Nullary audio presenter which generates no sound.
- NullMediaSound : A null sound which does nothing.
- VendorPhoneSystem : Vendor specific phone system IDs.