| Package | Description |
|---|---|
| com.codename1.background |
Background fetch is a mechanism whereby an application is granted permission by the operating system to update its data periodically.
|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| com.codename1.db |
SQLite database access API
|
| 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.rest |
Simplified REST API
|
| com.codename1.javascript |
NOTE: The
com.codename1.javascript package is now deprecated. |
| 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.social |
Connectors for native social network SDK's
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| com.codename1.ui.animations |
All components are animatable by potential and additional animations (unrelated
to a specific component) can be installed on the fly, transitions between
forms are also handled as part of this package.
|
| com.codename1.ui.events |
Observable pattern event listeners in the spirit of AWT 1.1's event
dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread).
|
| com.codename1.ui.util |
Utility features that are either too domain specific or don't "fit" into any
other packages including the Resource file format loading API.
|
| com.codename1.util |
General utilities classes
|
| com.codename1.util.promise |
| Class and Description |
|---|
| Callback
Simple interface that allows asynchronous code to perform a parameterized callback
or failure in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| FailureCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| SuccessCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| EasyThread
An easy API for working with threads similar to call serially/and wait that allows us to
create a thread and dispatch tasks to it.
|
| Class and Description |
|---|
| AsyncResource
A wrapper for an object that needs to be loaded asynchronously.
|
| FailureCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| SuccessCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| AsyncResource
A wrapper for an object that needs to be loaded asynchronously.
|
| Callback
Simple interface that allows asynchronous code to perform a parameterized callback
or failure in a similar way to GWT's callback interface.
|
| FailureCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| OnComplete
Invoked when a process is completed, this is a generic interface designed to
replace the
SuccessCallback interface. |
| SuccessCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| Callback
Simple interface that allows asynchronous code to perform a parameterized callback
or failure in a similar way to GWT's callback interface.
|
| FailureCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| OnComplete
Invoked when a process is completed, this is a generic interface designed to
replace the
SuccessCallback interface. |
| SuccessCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| Callback
Simple interface that allows asynchronous code to perform a parameterized callback
or failure in a similar way to GWT's callback interface.
|
| SuccessCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| AsyncResource
A wrapper for an object that needs to be loaded asynchronously.
|
| Class and Description |
|---|
| SuccessCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| AsyncResource
A wrapper for an object that needs to be loaded asynchronously.
|
| Callback
Simple interface that allows asynchronous code to perform a parameterized callback
or failure in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| AsyncResource
A wrapper for an object that needs to be loaded asynchronously.
|
| Callback
Simple interface that allows asynchronous code to perform a parameterized callback
or failure in a similar way to GWT's callback interface.
|
| RunnableWithResultSync
A Runnable like interface that can return a result synchronously
|
| SuccessCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| LazyValue
Useful when passing a value that might not exist to a function, e.g.
|
| Class and Description |
|---|
| AsyncResource
A wrapper for an object that needs to be loaded asynchronously.
|
| Class and Description |
|---|
| LazyValue
Useful when passing a value that might not exist to a function, e.g.
|
| Class and Description |
|---|
| AsyncResource
A wrapper for an object that needs to be loaded asynchronously.
|
| AsyncResource.AsyncExecutionException
Exception to wrap exceptions that are thrown during asynchronous execution.
|
| AsyncResult
A callback used by
AsyncResource to be able to handle both the success and error case
in a single method. |
| BigDecimal
Class representing a simple version of a big decimal.
|
| BigInteger
A simplified version of big integer from the bouncy castle implementation
|
| Callback
Simple interface that allows asynchronous code to perform a parameterized callback
or failure in a similar way to GWT's callback interface.
|
| CStringBuilder
Deprecated.
we will be moving to the proper string builder very soon
|
| EasyThread
An easy API for working with threads similar to call serially/and wait that allows us to
create a thread and dispatch tasks to it.
|
| EasyThread.ErrorListener
Callback listener for errors on easy thread
|
| FailureCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| RunnableWithResult
A Runnable like interface that can return a result possibly asynchronously
|
| RunnableWithResultSync
A Runnable like interface that can return a result synchronously
|
| SuccessCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
| Class and Description |
|---|
| AsyncResource
A wrapper for an object that needs to be loaded asynchronously.
|
| SuccessCallback
Simple interface that allows asynchronous code to perform a parameterized callback
in a similar way to GWT's callback interface.
|
Copyright © 2023. All rights reserved.