| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| com.codename1.io.services |
Default WebService implementations
|
| com.codename1.ui.html |
This package is deprecated and used only for legacy support, use the WebBrowser component
from the components package.
|
| com.codename1.xml |
The XML package allows parsing XML documents into DOM objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ads
Deprecated.
we recommend developers check out newer ad options in the cn1lib section of the Codename One website
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSSService
Simple RSS read and parse request, to handle errors just subclass this and override
parsingError.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HTMLCallback
HTMLCallback is used to dispatch document lifecycle events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHTMLCallback
This is a default implementation of HTMLCallback that basically doesn't do much but does keep the HTMLComponent work intact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLParser.setParserCallback(ParserCallback parserCallback)
Sets the specified callback to serve as the callback for parsing errors
|
Copyright © 2022. All rights reserved.