| Package | Description |
|---|---|
| com.codename1.ads |
A legacy banner Ads API.
|
| com.codename1.analytics |
The analytics API allows tracking your mobile application usage in the field to give you real-time
data on how your application is used.
|
| com.codename1.cloud |
Provides cloud related services such as storage, binding widgets to the cloud seamlessly so they can be persisted
easily.
|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| com.codename1.facebook |
Legacy generic implementation of the Facebook API with simplified OAuth integration to allow social sharing.
|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| com.codename1.io |
Networking, Storage, Filesystem & related API's
|
| com.codename1.io.gzip |
gzip support based on https://github.com/ymnk/jzlib
|
| com.codename1.io.rest |
Simplified REST API
|
| com.codename1.io.services |
Default WebService implementations
|
| com.codename1.io.tar |
Tar support allowing us to package multiple separate files into a single package which is useful in supporting
hierarchies in a portable way.
|
| com.codename1.media |
Video and Audio playback support are handled within this package using the
Media & MediaManager APIs. |
| com.codename1.payment |
In-App Billing/Purchase API's are abstracted by this package.
|
| com.codename1.properties |
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
|
| com.codename1.social |
Connectors for native social network SDK's
|
| com.codename1.system |
Low level calls into the Codename One system, including
support for making platform native API calls.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| com.codename1.ui.html |
This package is deprecated and used only for legacy support, use the WebBrowser component
from the components package.
|
| Class and Description |
|---|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
| IOProgressListener
Callback for IO updates from a buffered input/output stream
|
| Class and Description |
|---|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
| Class and Description |
|---|
Externalizable
Externalizable is similar to the Java SE Externalizable interface this interface. |
| Class and Description |
|---|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
| NetworkEvent
Event containing more meta data for network events which may be error events or
an update for progress indication code.
|
| Class and Description |
|---|
| Oauth2
This is a utility class that allows Oauth2 authentication This utility uses
the Codename One XHTML Component to display the authentication pages.
|
| Class and Description |
|---|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
| Cookie
A cookie for an HTTP request
|
| Class and Description |
|---|
| AccessToken
This class represent an access token.
|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
| ConnectionRequest.CachingMode
There are 5 caching modes:
|
| ConnectionRequest.SSLCertificate
Encapsulates an SSL certificate fingerprint.
|
| Cookie
A cookie for an HTTP request
|
| Data
An interface that can be implemented by any object to allow it to be treated as data.
|
Externalizable
Externalizable is similar to the Java SE Externalizable interface this interface. |
| File
This class provides a similar API to
java.io.File making it almost into a "drop in" replacement. |
| File.FileFilter
Interface for filtering files.
|
| File.FilenameFilter
Interface to filter filenames.
|
| FileSystemStorage
Unlike networking, the file system storage mostly tries to emulate java.io.File with
some simplifications for mobile devices.
Check out a more thorough discussion of this API here.A lot of API's rely on FileSystemStorage as its the API native code usually uses consistently. |
| IOProgressListener
Callback for IO updates from a buffered input/output stream
|
| JSONParseCallback
The event based parser allows parsing without creating an object tree by
receiving callbacks to this class.
|
| Log
Pluggable logging framework that allows a developer to log into storage
using the file connector API.
|
| MalformedURLException
Thrown when attempting to create a URL that doesn't conform to specification.
|
| NetworkEvent
Event containing more meta data for network events which may be error events or
an update for progress indication code.
|
| NetworkManager
Main entry point for managing the connection requests, this is essentially a
threaded queue that makes sure to route all connections via the network thread
while sending the callbacks through the Codename One EDT.
|
| Oauth2
This is a utility class that allows Oauth2 authentication This utility uses
the Codename One XHTML Component to display the authentication pages.
|
| Oauth2.RefreshTokenRequest |
| PreferenceListener
Respond to changes to the Preferences
|
| Properties
A
Properties object is a Hashtable where the keys and values
must be Strings. |
| Socket.StopListening
This interface can be invoked to stop listening on a server socket
|
| SocketConnection
Callback for establishment of a socket connection.
|
| Storage
Abstracts the underlying application specific storage system, unlike the
FileSystemStorage
this class is a higher level abstraction. |
| URL
This class provides a similar API to
URL making it almost into a "drop in" replacement. |
| URL.URLConnection |
| WebServiceProxyCall.WSDefinition
Webservice definition type, allows defining the argument values for a specific WS call
|
| Class and Description |
|---|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
| IOProgressListener
Callback for IO updates from a buffered input/output stream
|
| Class and Description |
|---|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
| ConnectionRequest.CachingMode
There are 5 caching modes:
|
| Data
An interface that can be implemented by any object to allow it to be treated as data.
|
| NetworkEvent
Event containing more meta data for network events which may be error events or
an update for progress indication code.
|
| Class and Description |
|---|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
Externalizable
Externalizable is similar to the Java SE Externalizable interface this interface. |
| IOProgressListener
Callback for IO updates from a buffered input/output stream
|
| Class and Description |
|---|
| BufferedInputStream
Based on the buffered input stream from the JDK with some minor tweaks to allow
external classes to monitor stream status and progress.
|
| BufferedOutputStream
Based on the buffered output stream from the JDK with some minor tweaks to allow
external classes to monitor stream status and progress.
|
| Class and Description |
|---|
| File
This class provides a similar API to
java.io.File making it almost into a "drop in" replacement. |
| Class and Description |
|---|
Externalizable
Externalizable is similar to the Java SE Externalizable interface this interface. |
| Class and Description |
|---|
Externalizable
Externalizable is similar to the Java SE Externalizable interface this interface. |
| Class and Description |
|---|
| AccessToken
This class represent an access token.
|
| Oauth2
This is a utility class that allows Oauth2 authentication This utility uses
the Codename One XHTML Component to display the authentication pages.
|
| Class and Description |
|---|
| NetworkEvent
Event containing more meta data for network events which may be error events or
an update for progress indication code.
|
| Class and Description |
|---|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
| NetworkEvent
Event containing more meta data for network events which may be error events or
an update for progress indication code.
|
| URL
This class provides a similar API to
URL making it almost into a "drop in" replacement. |
| Class and Description |
|---|
| ConnectionRequest
This class represents a connection object in the form of a request response
typically common for HTTP/HTTPS connections.
|
Copyright © 2022. All rights reserved.