| Package | Description |
|---|---|
| com.codename1.capture |
Package for capturing photos, audio or video from the camera/microphone.
|
| com.codename1.charts |
The main ChartComponent Package
|
| 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.facebook.ui |
User interface for integrating with basic Facebook features currently mostly the Like button
|
| 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.io.services |
Default WebService implementations
|
| com.codename1.maps |
The mapping API allows developers to use maps in their applications, add layers
on top of the map and to enhance the API with additional Layers, Providers and functionality.
|
| com.codename1.maps.layers |
The Layers are elements that are displayed on the map.
|
| com.codename1.media |
Video and Audio playback support are handled within this package using the
Media & MediaManager APIs. |
| 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.share |
Sharing services, that can be registered on the ShareButton
|
| com.codename1.testing |
This package contains everything necessary for unit tests, automation of tests and everything in between.
|
| 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.html |
This package is deprecated and used only for legacy support, use the WebBrowser component
from the components package.
|
| com.codename1.ui.list |
Lists are highly customizable and serve as the basis for
ComboBox and
other components (such as carousels etc) they employ a similar MVC approach to
Swing including the renderer pattern, notice that we strongly
discourage usage of lists...ListCellRenderer
allows us to customize the appearance of a list entry, it works as a
"rubber stamp" by drawing the rendered component and discarding its state thus
allowing very large lists with very little component state overhead. |
| com.codename1.ui.plaf |
Look of the application can be fully customized via this package, it represents
a rendering layer that can be plugged in separately in runtime and themed to
provide any custom look.
|
| com.codename1.ui.scene |
This package provides a light-weight scene graph for Codename One.
|
| com.codename1.ui.spinner |
Spinners allows picking of simple sequential values similarly to combo boxes but of a much wider value set.
|
| com.codename1.ui.table |
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form
|
| com.codename1.ui.tree |
Tree component for displaying hierarchy based information and its related classes
|
| 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.
|
| Class and Description |
|---|
| ActionListener
Event callback interface invoked when a component action occurs
|
| Class and Description |
|---|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| DataChangedListener
Event callback interface invoked when a
ListModel
changes its state thus indicating to the view that it should refresh. |
| SelectionListener
Invoked to indicate a selection change in the list model
|
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| ActionSource
An interface that can be implemented by any class that broadcasts ActionEvents.
|
| BrowserNavigationCallback
Important: Calls to this interface are always performed on a separate
thread from the EDT! They are performed on the native webkit rendering
thread or native event dispatch thread, this interface MUST NEVER block
or synchronize against the EDT which WILL lead to deadlocks.
|
| DataChangedListener
Event callback interface invoked when a
ListModel
changes its state thus indicating to the view that it should refresh. |
| SelectionListener
Invoked to indicate a selection change in the list model
|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionListener
Event callback interface invoked when a component action occurs
|
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| ActionSource
An interface that can be implemented by any class that broadcasts ActionEvents.
|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionListener
Event callback interface invoked when a component action occurs
|
| MessageEvent
Encapsulates an event that either originates outside the App (e.g.
|
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| Class and Description |
|---|
| ActionListener
Event callback interface invoked when a component action occurs
|
| Class and Description |
|---|
| ActionListener
Event callback interface invoked when a component action occurs
|
| Class and Description |
|---|
| ActionListener
Event callback interface invoked when a component action occurs
|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionListener
Event callback interface invoked when a component action occurs
|
| ActionSource
An interface that can be implemented by any class that broadcasts ActionEvents.
|
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| DataChangedListener
Event callback interface invoked when a
ListModel
changes its state thus indicating to the view that it should refresh. |
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| Class and Description |
|---|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| ActionSource
An interface that can be implemented by any class that broadcasts ActionEvents.
|
| BrowserNavigationCallback
Important: Calls to this interface are always performed on a separate
thread from the EDT! They are performed on the native webkit rendering
thread or native event dispatch thread, this interface MUST NEVER block
or synchronize against the EDT which WILL lead to deadlocks.
|
| ComponentStateChangeEvent
An event that is fired when the state of a component is changed to and from initialized.
|
| DataChangedListener
Event callback interface invoked when a
ListModel
changes its state thus indicating to the view that it should refresh. |
| FocusListener
Observes focus change events for a given form and invokes the callbacks to
enable us to assign functionality based on current focused component.
|
| MessageEvent
Encapsulates an event that either originates outside the App (e.g.
|
| ScrollListener
Invoked to indicate a scroll change events
|
| SelectionListener
Invoked to indicate a selection change in the list model
|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionSource
An interface that can be implemented by any class that broadcasts ActionEvents.
|
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionEvent.Type
The event type, as declared when the event is created.
|
| ActionListener
Event callback interface invoked when a component action occurs
|
| MessageEvent.PromptPromise
Encapsulates a promise that should be fulfilled when implementingn a custom permissions
prompt to record or play audio.
|
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| ActionSource
An interface that can be implemented by any class that broadcasts ActionEvents.
|
| DataChangedListener
Event callback interface invoked when a
ListModel
changes its state thus indicating to the view that it should refresh. |
| SelectionListener
Invoked to indicate a selection change in the list model
|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionListener
Event callback interface invoked when a component action occurs
|
| FocusListener
Observes focus change events for a given form and invokes the callbacks to
enable us to assign functionality based on current focused component.
|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionSource
An interface that can be implemented by any class that broadcasts ActionEvents.
|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| DataChangedListener
Event callback interface invoked when a
ListModel
changes its state thus indicating to the view that it should refresh. |
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionListener
Event callback interface invoked when a component action occurs
|
| StyleListener
Invoked to indicate a change in a
Style property |
| Class and Description |
|---|
| ActionEvent
Event object delivered when an
ActionListener callback is invoked |
| ActionListener
Event callback interface invoked when a component action occurs
|
| StyleListener
Invoked to indicate a change in a
Style property |
Copyright © 2022. All rights reserved.