| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| 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.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| 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.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 |
|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
| Class and Description |
|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
| Class and Description |
|---|
| Border
Base class that allows us to render a border for a component, a border is drawn before
the component and is drawn within the padding region of the component.
|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
| UIManager
Central point singleton managing the look of the application, this class allows us to
customize the styles (themes) as well as the look instance.
|
| Class and Description |
|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
| Class and Description |
|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
| Class and Description |
|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
| UIManager
Central point singleton managing the look of the application, this class allows us to
customize the styles (themes) as well as the look instance.
|
| Class and Description |
|---|
| Border
Base class that allows us to render a border for a component, a border is drawn before
the component and is drawn within the padding region of the component.
|
| CSSBorder
A border that can be configured using a limited subset of CSS directives.
|
| LookAndFeel
Deprecated.
this class is still crucial for some features in Codename One. The deprecation is here to indicate
our desire to reduce usage/reliance on this class.
|
| RoundBorder
A border that can either be a circle or a circular rectangle which is a rectangle whose sides are circles.
|
| RoundRectBorder
Customizable rounded rectangle border that breaks down the border into customizable pieces.
|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
| StyleParser.BorderInfo
Encapsulates information about the border property of a style string.
|
| StyleParser.BoxInfo
Base class for style values that consist of 4 scalar values, such as padding and margin.
|
| StyleParser.FontInfo
Encapsulates the value of the font property in a style string.
|
| StyleParser.ImageInfo
Encapsulates an image that is referenced by a style string.
|
| StyleParser.MarginInfo
Encapsulates information about the padding in a style string.
|
| StyleParser.PaddingInfo
Encapsulates information about the padding in a style string.
|
| StyleParser.ScalarValue
Encapsulates a scalar value with a unit.
|
| StyleParser.StyleInfo
Encapculates a style string in structured format.
|
| UIManager
Central point singleton managing the look of the application, this class allows us to
customize the styles (themes) as well as the look instance.
|
| Class and Description |
|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
| Class and Description |
|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
| Class and Description |
|---|
| Style
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
|
Copyright © 2021. All rights reserved.