All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractCharacterConverter |
|
| AccordionContainer |
A Container that can be expanded or collapsed
Sample:
|
| AccordionContainer.Group |
|
| Address |
This class represents an Internet e-mail address using the syntax of RFC822.
|
| AddressException |
Thrown by the Address constructor if the given string address is invalid.
|
| Adler32 |
Computes an Adler-32 checksum for a stream of data.
|
| Ads |
|
| Ads.Position |
|
| Ads.Size |
|
| AESCipher |
This class implements the AES cryptographic cipher.
|
| AESKey |
This class implements the AES cryptographic cipher key.
|
| AlignedLabelsContainer |
AlignedLabelsContainer is a Container used to align all controls to the maximum width of a set of labels.
|
| AlphabetKeyboard |
|
| AnimatedButton |
An animated button control.
|
| Animation |
The Animation control class.
|
| AnimationEvent |
Events posted by an animation control.
|
| AnimationHandler |
|
| AppExitException |
This exception is thrown when Event.handleOneEvent() finds an event that requires the application to exit.
|
| ArcChart |
A simple pie chart.
|
| Array |
|
| ArrowButton |
A class used to display a Button with an arrow inside.
|
| ASCII85Encoder |
This class encodes a binary stream into a text stream.
|
| AssertionFailedError |
Exception dispatched when an assertion fails.
|
| AsyncTask<Params,Progress,Result> |
AsyncTask provides use of asynchronous operations without ocupying UI Thread
with non user interface tasks.
|
| AttributeList |
This class describes the attributes attached to a start-tag.
|
| AttributeList.Filter |
Interface to filter each attribute before entering it in the AttributeList.
|
| AuthenticationException |
Exception thrown when an authentication fails.
|
| Bar |
This class provides a title area and a button area (at right).
|
| Barcode |
Base class containing properties and methods commom to all barcode types.
|
| Barcode128 |
Implements the code 128 and UCC/EAN-128.
|
| Barcode93 |
Implements the code 93.
|
| BarcodeInter25 |
Implements the code interleaved 2 of 5.
|
| Base |
|
| Base64 |
Contains methods to encode and decode to base 64.
|
| Base64decoderStream |
Receive a stream of base64 encoded bytes and decode to the original.
|
| BatchUpdateException |
This class extends SQLException to count the successful
updates in each statement in a batch that was successfully updated prior
to the error.
|
| BigDecimal |
Arbitrary-precision signed decimal numbers.
|
| BigInteger |
Written using on-line Java Platform 1.2 API Specification, as well as "The Java class libraries", 2nd edition
(Addison-Wesley, 1998) and "Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).
|
| BinaryContentHandler |
Implementation of DataContentHandler that handles MIME types handled as base64 encoded byte arrays.
It also handle Streams, reading from the input stream on demand to avoid excessive memory load.
|
| BitInputStream |
This is a big endian bit reader.
|
| BitOutputStream |
This is a big endian bit writer.
|
| BitReader |
|
| BitWriter |
A bitwriter is a an interface that allows for doing output at the bit level.
|
| BluetoothPrinter |
Used as interface to printers that uses Bluetooth to communicate with the device.
|
| Body |
|
| BorderContainer |
Class used to show a border with a title.
|
| BufferedReader |
|
| BufferedStream |
BufferedStream offers a faster way to read and write data from streams in a
buffered manner.
|
| Builder |
|
| Builder.EnumTipoBotao |
|
| BulkImageLoader |
This class is used to load and release lots of images when used for a book, for example.
|
| Button |
Button is a push button control.
|
| ButtonMenu |
This class adds a multi-button menu that can be scrolled horizontally (single-row) or vertically (multiple-rows),
using a scrollbar or flicking.
|
| ByteArrayStream |
Creates a byte array stream, which is a growable array of bytes.
|
| ByteString |
String of bytes.
|
| CalculatorBox |
This class is used by the Edit class when its mode is set to CURRENCY and displays
a calculator with six basic operations and a numeric pad.
|
| CalculatorBox.RangeCheck |
Implement this interface to check if the given value is a valid value to be returned.
|
| CalendarBox |
The Calendar class displays a calendar with buttons used to advance the month and the year.
|
| CallsCounter |
This class counts how many times it was called per second.
|
| Camera |
This class is used to enable the camera of the underlying device.
|
| CaptionPress |
Implement this method and assign to the captionPress field if you want to handle press in the caption area or in the captionIcon.
|
| CDL |
This provides static methods to convert comma delimited text into a
JSONArray, and to covert a JSONArray into comma delimited text.
|
| CellInfo |
Contains information about the anthena that this cell phone is receiving signal.
|
| CharacterConverter |
This class is used to correctly handle international character convertions.
|
| CharStream |
|
| Chart |
The base class of all chart class.
|
| ChartData |
The ChartData class represents a table with data that would be displayed in the chart.
|
| Check |
Check is a control with a box and a check inside of it when the state is checked.
|
| Checksum |
Interface to compute a data checksum used by checked input/output streams.
|
| Cipher |
This class provides the functionality of a cryptographic cipher for encryption
|
| CircularProgressBar |
|
| CitizenPrinter |
This class extends BluetoothPrinter to send special Citizen-like commands to the printer.
|
| ClippedContainer |
|
| Color |
The Color class is just an utility class used to do operations in a color, which
is actually represented by an int in the format 0x00RRGGBB.
|
| ColorChooserBox |
Shows a color dialog that can be used to select a color.
|
| ColorList |
Implements a ListBox where colors can be choosen from.
|
| ColorList.Item |
Item added to the ListBox, containing the color as String and as int.
|
| ColumnChart |
A vertical column chart.
|
| ComboBox |
ComboBox is an implementation of a ComboBox, with the drop down window implemented by the ComboBoxDropDown class.
|
| ComboBoxDropDown |
ComboBoxDropDown is a simple implementation of a PopUp Listbox.
|
| ComboBoxEditable |
The ComboBoxEditable is a control usually used as an Edit that holds
old typed values.
|
| Comparable |
Comparable interface that must be implemented by Objects that can be compared to another one.
|
| CompareBox |
This class is used to show two images, side by side, and show the first difference between them.
|
| ComponentWrarper |
Helper class to force a given width and height to a control.
|
| CompressedByteArrayStream |
Creates a compressed byte array stream, saving memory when reading and writting
huge amount of data.
|
| CompressedByteArrayStream.DirectCharConverter |
Implements a CharacterConverter that converts from char[] to byte[] which just
casts the char to byte; thus, ignoring any non-ASCII character.
|
| CompressedHttpClient |
|
| CompressedStream |
Base class for stream filters that perform data compression and decompression.
|
| Conduit |
This class allows you to automatically synchronize files between your device and the desktop.
|
| Connection |
|
| ConnectionManager |
The ConnectionManager allows you to open and close remote connections from your application.
Although its behavior may differ from one platform to another, the objective is to provide a unified process to
handle connections across all supported platforms.
The configuration string received by setDefaultConfiguration is a list of parameters in the format "parameter=value"
separated by a semi-colon ";" (spaces are not allowed).
To configure a GPRS connection, you may provide the following parameters:
|
| Connector |
Used to open socket connections over CRADLE, WIFI, MDS, GPRS.
|
| Constants |
Constants use in the LiteSSL package.
|
| Container |
Container is a control that contains child controls.
|
| ContainerFactory |
Container factory for creating containers for JSON object and JSON array.
|
| ContentHandler |
A simplified and stoppable SAX-like content handler for stream processing of JSON text.
|
| ContentHandler |
Receive notification of the logical content of a document.
|
| Control |
Control is the base class for user-interface objects.
|
| Control.TranslucentShape |
Used when this Control is translucent
|
| ControlAnimation |
Abstract class used to create and handle animations
|
| ControlAnimation.AnimationFinished |
|
| ControlBox |
A popup window that displays any Control, given as parameter to the constructor.
|
| ControlEvent |
ControlEvent is an event posted by a control.
|
| ControlListener |
|
| ControlProperties |
Class that holds control attributes.
|
| Convert |
Convert is used to convert between objects and basic types.
|
| Cookie |
Convert a web browser cookie specification to a JSONObject and back.
|
| CookieList |
Convert a web browser cookie list string to a JSONObject and back.
|
| Coord |
Coord is a coordinate with x and y values.
|
| Cp437CharacterConverter |
|
| CRC32 |
Computes CRC32 data checksum of a data stream.
|
| CRC32Stream |
Computes CRC32 data checksum of a stream.
|
| CrossReferenceTable |
|
| CryptoException |
Thrown when something wrong occurs when using the cryptographic algorithms.
|
| DatabaseMetaData |
|
| DataContentHandler |
Defines the basic interface for implementations of DataContentHandler.
|
| DataElement |
This class is defined by the JSR-82 specification Java™ APIs for Bluetooth™ Wireless Technology,
Version 1.1.
|
| DataHandler |
Maps a MIME type into an instance of a DataContentHandler.
|
| Datalogic |
|
| DataStream |
DataStream can be attached to any Stream such as a
PortConnector, PDBFile, or ByteArrayStream, which lets you read and write
standard Java data types like int, double, and String in a simple
manner.
|
| DataStreamLE |
DataStreamLE can be attached to any Stream such as a
PortConnector, PDBFile, or ByteArrayStream, which lets you read and write
standard Java data types like int, double, and String in a simple
manner.
|
| Date |
The Date class is a general date data type(Object) that is similar to those built in to other languages.
|
| DBListBox |
DBListBox is a simple implementation of a Listbox.
|
| DeviceClass |
The DeviceClass class represents the class of device (CoD) record as defined by the Bluetooth
specification.
|
| Dial |
Used to dial a number in a smartphone.
|
| Dial.Listener |
Deprecated. |
| Dictionary |
|
| Digest |
This class provides the functionality of a message digest algorithm.
|
| DiscoveryAgent |
The DiscoveryAgent class provides methods to perform device and service discovery.
|
| DiscoveryListener |
The DiscoveryListener interface allows an application to receive device discovery and service discovery
events.
|
| Divider |
|
| Document |
Represents a Html Document.
|
| DragEvent |
An event that represents a pen drag.
|
| Driver |
|
| DriverManager |
|
| DriverPropertyInfo |
This class holds a driver property that can be used for querying or
setting driver configuration parameters.
|
| DumpXml |
Dumb Xml class used only to dump to the Debug Console the contents of a XML.
|
| DynamicScrollContainer |
DynamicScrollContainer is a specialized type of Scroll Container intended for high performance
where hundreds or thousands of views need to be displayed in a scrollable list.
|
| DynamicScrollContainer.AbstractView |
|
| DynamicScrollContainer.DataSource |
|
| EasingCurves |
This class provides static functions for the most common easing curves
used around the world and on most design guides, such as Google's
Material Design [1]
In curves are used to approach a value at maximum speed
Out curves are used to approach a value at zero speed
InOut curves mixes the in and out curves, creating a S-shaped curve
Elastic curves extrapolate both begin and end values a little for a
visually pleasant effect
Bounce curves arrive at the end value multiple times before settling in,
creating a bouncy effect.
|
| Edit |
Edit is a text entry control.
|
| ElementNotFoundException |
Thrown when an element of a Vector or a Hashtable is not found.
|
| EnabledStateChangeEvent |
|
| EnabledStateChangeListener |
Interface used to listen to enable/disable states.
|
| EnclosedContent |
|
| Enum |
Class used to simulate an enumeration.
|
| EOFException |
Signals that an end of file or end of stream has been reached unexpectedly during input.
|
| EscapeHtml |
A class that can be used to convert escape characters in a Html string.
|
| EscPosBarcode |
Printable ESC/POS bar code representation.
|
| EscPosBarcode.EscPosBarcodeType |
|
| EscPosCommands |
|
| EscPosConstants |
|
| EscPosImage |
Printable ESC/POS image representation.
|
| EscPosPrintObject |
Interface for ESC/POS printable objects.
|
| EscPosPrintStream |
Adds functionality to another output stream, namely the ability to print representations of
various data values conveniently through ESC/POS commands.
|
| EscPosQRCode |
Printable ESC/POS QR code representation.
|
| EscPosQRCode.ErrorCorrectionLevel |
|
| EscPosQRCode.Size |
|
| Event<H extends EventHandler> |
Event is the base class for all events.
|
| Event.Type<H> |
|
| EventHandler |
|
| EventType |
EventType holds all TotalCross Event types
|
| ExtendedCommand |
parsing SQLite specific extension of SQL command
|
| ExtendedCommand.BackupCommand |
|
| ExtendedCommand.RestoreCommand |
|
| ExtendedCommand.SQLExtension |
|
| FadeAnimation |
|
| File |
File represents a file or directory.
|
| FileChooserBox |
A class that shows all folders from a startup one to allow the user select a file or a folder.
|
| FileChooserBox.Filter |
Interface used if you want to filter the files that will be added to the tree.
|
| FileNotFoundException |
Thrown when a file was not found.
|
| FilePicker |
|
| FileStates |
|
| FilterReader |
|
| FirebaseInstanceId |
Use it like https://firebase.google.com/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId
In the enabled device, it will search for the default FirebaseApp name that TotalCross uses and return
it's FirebaseInstanceId instance token.
|
| FirebaseInstanceIdService |
Use it like https://firebase.google.com/docs/reference/android/com/google/firebase/iid/FirebaseInstanceIdService
Instead of declaring it in the manifest, you should override MainWindow.initFirebaseInstanceIdService() with
your implementation.
|
| FirebaseManager |
For internal use only.
|
| FirebaseMessagingService |
|
| Flick |
Flick
Add flick animations to Containers with ScrollBars.
|
| FloatingActionButton |
|
| FloatingLabel<T extends Control & HasValue<?>> |
|
| FlowContainer |
This class is a Container that will place controls one after the other and, once the
width has been reached, it wraps to next line.
|
| FocusListener |
Interface used to listen to Focus events.
|
| Folder |
Folder is an abstract class that represents a folder for mail messages.
|
| Font |
Font is the character font used when drawing text on a surface.
|
| FontChangeEvent |
|
| FontChangeHandler |
|
| FontMetrics |
FontMetrics used to obtain information about the widths and
heights of characters and strings when drawing text on a surface.
|
| Form |
Form links all Input element attached to it.
|
| FTP |
This class implements the File Transfer Protocol.
|
| FTP.ProgressInformation |
Assign the progressInfo member to an instance of this interface to receive information of how many bytes were transfered.
|
| FTPConnectionClosedException |
This Exception is thrown when a FTP connection is closed, maybe explicitly or
by timeout.
|
| GameEngine |
This abstract class represents the game API engine.
|
| GameEngineException |
GameEngine exception.
|
| GfxSurface |
GfxSurface is an abstract class that is extended by drawing surfaces, which can have a Graphics.
|
| GoogleMaps |
Shows a Google Maps viewer on a separate screen.
|
| GoogleMaps.Circle |
A map item that represents a circle.
|
| GoogleMaps.MapItem |
An abstract class used to group an array of map items.
|
| GoogleMaps.Place |
A map item that represents a place in the map.
|
| GoogleMaps.Shape |
A map item that represents a polygon with any shape.
|
| GpiodChip |
|
| GpiodLine |
|
| GPS |
Class that retrieves GPS coordinates read from the COM (or Bluetooth, or IR) port.
|
| GPS.EphemeridesData |
|
| GPSDisabledException |
Exception is thrown when the GPS is disabled.
|
| GPSView |
Control that display GPS coordinates read from the COM (or Bluetooth, or IR) port.
|
| Graphics |
Graphics draws on a surface.
|
| Grid |
This is a common grid component.
|
| Grid.CellController |
Abstract class that must be implemented if you want to get a fine control of
each cell in the grid.
|
| Grid.DataSource |
Interface that can be used to fetch data on demmand.
|
| GridContainer |
Class that implements a Grid that each cell is a container.
|
| GridContainer.Cell |
A Grid's cell.
|
| GridEvent |
An event generated when the user clicks on a grid or checks it.
|
| GridListener |
Interface used to listen to Grid events.
|
| GZip |
This class implements stream compression using the GZip algorithm provided with the ZLib library.
|
| GZipStream |
This class implements a stream filter for compressing or uncompressing data stored in the GZip compression format.
|
| Handheld |
|
| Hashtable |
This class implements a hash table, which maps keys to values.
|
| Hashtable.Entry |
Hashtable collision list.
|
| HasValue<T> |
|
| HBox |
A horizontal flow layout component.
|
| Header |
|
| HighlightListener |
Interface used to listen to Highlight events.
|
| HighScoreEntry |
A highscore entry.
|
| HighScores |
The game highscores management class.
|
| Honeywell |
|
| HtmlContainer |
HtmlContainer renders an HTML Page.
Note that the form controls back and fore colors are defined by
UIColors.htmlContainerControlsFore and UIColors.htmlContainerControlsBack.
|
| HTTP |
Convert an HTTP header to a JSONObject and back.
|
| HttpStream |
A HttpStream HAS-A totalcross.net.Socket and takes care of exchange protocol.
|
| HttpStream.Options |
This static class is used by one of the constructor methods.
|
| HTTPTokener |
The HTTPTokener extends the JSONTokener to provide additional methods
for the parsing of HTTP headers.
|
| Huff |
A Huffman encoder/decoder.
|
| I18N |
I18N is entity that supports internationalized applications.
|
| Icon |
|
| IconType |
|
| IllegalArgumentIOException |
Illegal argument passed to an IO method.
|
| Image |
Image is a rectangular image.
|
| ImageComparisionTest |
This is a special TestCase, used to compare two images.
|
| ImageControl |
A control that can show an image bigger than its area and that can be dragged using a pen to show the hidden parts.
|
| ImageControlTarget |
|
| ImageException |
This class is used to throw an exception when an image could not be loaded for any reason.
|
| ImageList |
Implements a ListBox where the items are images.
|
| ImageLoader |
|
| ImageLoader.RequestOptions |
|
| ImageLoader.ScaleType |
|
| ImageTester |
This class is a helper to test if two images are equal, ie,
their width and height are the satest and their pixel values
are the satest.
|
| Indentifiers |
|
| IndirectIdentifier |
|
| IndirectObject |
|
| InputBox |
This class pops up a Window with a Label, an Edit and some buttons.
|
| Insets |
Used to define the gaps between the container and its child controls.
|
| Intermec |
To be used with Intermec android scanners, in the setBarcodeParam() method.
|
| IntHashtable |
This class implements a hashtable, which maps keys to values.
|
| IntHashtable.DuplicatedKeyException |
Exception thrown when allowDuplicateKeys is set to false.
|
| IntHashtable.Entry |
Hashtable collision list.
|
| IntVector |
An int vector is an array of int's.
|
| InvalidDateException |
Represents a date that is invalid.
|
| InvalidNumberException |
Thrown when you try to convert a String that does not represents a valid number.
|
| IOException |
Base class of all input/output exceptions.
|
| IOUtils |
|
| IVirtualKeyboard |
|
| JDBC |
|
| JSONArray |
A JSON array.
|
| JSONArray |
A JSONArray is an ordered sequence of values.
|
| JSONAware |
Beans that support customized output of JSON text shall implement this interface.
|
| JSONException |
The JSONException is thrown by the JSON.org classes when things are amiss.
|
| JSONFactory |
The JSONFactory class helps converting json objects into Java objects, using reflection.
|
| JSONML |
This provides static methods to convert an XML text into a JSONArray or
JSONObject, and to covert a JSONArray or JSONObject into an XML text using
the JsonML transform.
|
| JSONObject |
A JSON object.
|
| JSONObject |
A JSONObject is an unordered collection of name/value pairs.
|
| JSONParser |
Parser for JSON text.
|
| JSONStreamAware |
Beans that support customized output of JSON text to a writer shall implement this interface.
|
| JSONString |
The JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object).
|
| JSONStringer |
JSONStringer provides a quick and convenient way of producing JSON text.
|
| JSONTokener |
A JSONTokener takes a source string and extracts characters and tokens from
it.
|
| JSONValue |
|
| JSONWriter |
JSONWriter provides a quick and convenient way of producing JSON text.
|
| JSONzip |
JSONzip is a binary-encoded JSON dialect.
|
| Key |
This class defines a cryptographic cipher key for type safety.
|
| KeyboardBox |
A popup keyboard to be used with the Edit and MultiEdit class.
|
| KeyboardEdit |
|
| KeyEvent |
KeyEvent is a key press event.
|
| KeyListener |
Interface used to listen to Key events.
|
| Kim |
Kim makes immutable eight bit Unicode strings.
|
| Label |
Label is a text label control.
|
| LangTag |
Language tags: support for parsing and canonicalization of case.
|
| Launcher |
Represents the applet or application used as a Java Container to make possible run TotalCross at the desktop.
|
| Launcher.CharBits |
Represents the internal font structure, read from a pdb file.
|
| Launcher.IS2S |
Converts a java.io.InputStream into a totalcross.io.Stream
|
| Launcher.S2FIS |
|
| Launcher.S2IS |
|
| Launcher.S2OS |
|
| LinearBox |
Base class for HBox and VBox components.
|
| LineChart |
This class represents a line chart.
|
| LineReader |
Used to read lines ending with \r\n (enter/linefeed) or \n (linefeed) from a stream.
|
| List |
|
| ListBox |
ListBox is a complete implementation of a Listbox.
|
| ListBox.CustomDrawingItem |
An interface that makes easier to draw custom items.
|
| ListBox.IconItem |
Used to show an icon or two and a text.
|
| ListContainer |
ListContainer is a ListBox where each item is a Container.
|
| ListContainer.Item |
An item of the ListContainer.
|
| ListContainerEvent |
An event generated when the user clicks on ListContainer.Item.
|
| ListContainerListener |
Interface used to listen to ListContainer events.
|
| Listener |
A class that represents an event Listener.
|
| LocalDevice |
The LocalDevice class defines the basic functions of the Bluetooth manager.
|
| Lock |
Class used with the synchronize keyword, representing a lock to avoid concurrent access.
|
| Logger |
A Logger object is used to log messages for a specific system or application
component.
|
| MailSession |
Used to store properties used by the messaging API.
|
| MainClass |
This is the main class of a TotalCross package.
|
| MainWindow |
MainWindow is the main window of a UI-based application.
|
| Matcher |
Matcher instance is an automaton that actually performs matching.
|
| MatchIterator |
|
| MatchResult |
|
| MaterialEffect |
|
| MaterialEffect.SideEffect |
|
| MaterialIcons |
|
| MaterialWindow |
A window with a top bar + return button supporting slide-in animations.
|
| MD5Digest |
This class implements the MD5 message digest algorithm.
|
| MediaClip |
MediaClip is a sound clip.
|
| MediaClipEvent |
Events posted by a soundclip control.
|
| MediaClipHandler |
|
| MenuBar |
Constructs a Menu with the given items.
|
| MenuBarDropDown |
Constructs a MenuBarDropDown with the given items.
|
| MenuItem |
This class represents a menu item.
|
| Message |
This class represents a MIME style e-mail message.
|
| Message.RecipientType |
|
| MessageBox |
This class implements a scrollable message box window with customized buttons, delayed
unpop and scrolling text.
|
| MessageBox.Builder |
|
| MessagingException |
Thrown when a write operation fails when sending a Message, or when an unexpected code is received from the remote
host.
|
| MonoImage |
Image class that can be used to save 1-bpp images and print on monochromatic printers.
|
| MouseEvent |
MouseEvent is a mouse move, in a control or out a control events.
|
| MouseListener |
Interface used to listen to mouse move events.
|
| MPTPrinter |
This class extends BluetoothPrinter to send special MTP commands to the printer.
|
| MultiButton |
MultiButton is a control that displays a single line button with a set of titles.
|
| MultiEdit |
MultiEdit is an Edit with support for multiple lines.
|
| MultiListBox |
MultiListBox is a listbox that allows more than one item to be selected.
|
| Multipart |
Multipart is a container that holds multiple body parts.
|
| MultiTouchEvent |
MultiTouchEvent works on devices that support more than one finger at a time.
|
| MultiTouchListener |
Interface used to listen to MultiTouch events.
|
| NamedEntitiesDereferencer |
NamedEntitiesDereferencer provides an extremely fast way
to map Named Entities References to their corresponding Unicode value.
|
| NinePatch |
NinePatch is a class that creates a button of any size by dividing a
sample button into 9 parts: the 4 corners, the 4 sides, and the middle.
|
| Node |
This class defines the requirements for an object that can be used as a
tree node in a Tree.
|
| None |
None is an interface that makes the constant none (short for
negative one or long for -1) available to any class that implements it.
|
| NoSuchAlgorithmException |
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
|
| Notification |
A class that represents how a persistent notification is to be presented to the user using the
NotificationManager.
|
| Notification.Builder |
Builder class for Notification objects.
|
| NotificationManager |
Class to notify the user of events that happen.
|
| NotInstalledException |
|
| NumericAndSymbolsKeyboard |
|
| NumericPagePosition |
|
| ObjectPDBFile |
An extension to PDBFile that allows storage and retrieval of objects that
implement the Storable interface.
|
| Optimizer |
|
| Options |
The game options management class.
|
| OutlinedEdit |
|
| Page |
|
| PagePosition |
PagePosition implements the empty and filled balls that indicates the current
page in a set of pages, very common on Android and iPhone.
|
| Pages |
|
| PaperSize |
|
| ParameterMetaData |
|
| ParseException |
ParseException explains why and where the error occurs in source JSON text.
|
| Part |
This class represents a MIME body part, which are contained by Multipart objects.
|
| PathAnimation |
Creates an animation that follows a path.
|
| PathAnimation.SetPosition |
|
| PathEntry |
This is a class that defines a path and also if its a directory or a file.
|
| Pattern |
A handle for a precompiled regular expression.
To match a regular expression myExpr against a text myString one should first create a Pattern object:
|
| PatternSyntaxException |
Is thrown when Pattern constructor's argument doesn't conform the Perl5 regular expression syntax.
|
| PBKDF2SecretKey |
|
| PBKDF2WithHmacSHA1Factory |
|
| PDBFile |
PDBFile is a collection of records commonly referred to as a database on small devices.
|
| PDBStream |
Used to make a PDBFile act as a single Stream, reading all records in sequence.
|
| PDFDocument |
|
| PDFWriter |
|
| PenEvent |
PenEvent is a pen down, up, move or drag event.
|
| PenListener |
Interface used to listen to Pen events.
|
| PerlSubstitution |
An implementation of the Substitution interface.
|
| PieChart |
A simple pie chart.
|
| PKCS1Signature |
This class implements the PKCS #1 signature algorithm.
|
| PointLineChart |
Abstract class used by points and line charts.
|
| POP3Folder |
A POP3 Folder (can only be "INBOX").
|
| POP3Store |
A POP3 Message Store.
|
| PopupMenu |
Creates a popup menu with a single line list and some radio buttons at right,
like in the Android combobox styles.
|
| PortConnector |
PortConnector accesses the device ports.
|
| PostMortem |
The PostMortem interface allows for testing the internal state of JSONzip
processors.
|
| PreparedStatement |
|
| PreprocessKey |
Class used to customize the way that Edit and MultiEdit handle keys.
|
| Presenter<T extends Control> |
|
| PressListener |
Interface used to listen to Press events.
|
| ProgressBar |
A basic progress bar, with the bar and a text.
|
| ProgressBox |
This class implements a MessageBox that shows a Spinner at left of the text.
|
| Properties |
Used to store properties pairs (key,value).
|
| Properties.Boolean |
Implements a value of type boolean
|
| Properties.Double |
Implements a value of type double
|
| Properties.Int |
Implements a value of type int
|
| Properties.Long |
Implements a value of type long
|
| Properties.Str |
Implements a value of type String
|
| Properties.Value |
Represents a generic value that can be stored here.
|
| Property |
Converts a Property file data into JSONObject and back.
|
| PushButtonGroup |
Group or matrix of pushbuttons in a single control.
|
| PushNotification |
Deprecated. |
| PushNotificationEvent |
Deprecated. |
| PushNotificationListener |
Interface used to listen to Push notification events.
|
| QRCode |
This class provides generation of QR code that can represent BINARY,
NUMERICAL and ALPHANUMERICAL data.
|
| Radio |
Radio is a radio control.
|
| RadioDevice |
Provides access to the device's radios and information about their status.
|
| RadioGroupController |
RadioGroupController is a Radio control grouper.
|
| Random |
This is a simple Linear Congruential Generator which
produces random numbers in the range [0,2^31), derived
from ran0 in Numerical Recipies.
|
| RandomAccessStream |
Represents a stream that behaves like a large array of bytes and may be randomly accessed.
|
| Rect |
Rect represents a rectangle.
|
| REFlags |
|
| Registry |
This class can be used to create, delete, read, write and list registry values.
|
| RemoteDevice |
The RemoteDevice class represents a remote Bluetooth device.
|
| RemoteFile |
Allows you to access a file on the device from the desktop during the conduit synchronization.
It may only be used on files stored using a file system, therefore, it cannot be used to handle files on the PalmOS
internal memory.
|
| RemoteMessage |
|
| RemoteMessage.Builder |
|
| RemotePDBFile |
Allows you to access a pdb file on the device from the desktop during the conduit synchronization.
On PalmOS it may only be used to handle files on the device's internal memory.
|
| RemotePDBRecord |
This class represent a Remote PDBFile Record.
|
| Replacer |
The Replacer class suggests some methods to replace occurences of a pattern
either by a result of evaluation of a perl-like expression, or by a plain string,
or according to a custom substitution model, provided as a Substitution interface implementation.
A Replacer instance may be obtained either using Pattern.replacer(...) method, or by constructor:
|
| ResizeRecord |
This class is used to handle record sizes of a PDBFile.
|
| Resources |
This class loads images depending on the user interface selected.
|
| ResultSet |
|
| ResultSetMetaData |
|
| RETokenizer |
The Tokenizer class suggests a methods to break a text into tokens using
occurences of a pattern as delimiters.
|
| RSACipher |
This class implements the RSA cryptographic cipher.
|
| RSAPrivateKey |
This class implements the RSA cryptographic cipher private key.
|
| RSAPublicKey |
This class implements the RSA cryptographic cipher public key.
|
| Ruler |
Ruler is a horizontal or vertical ruler.
|
| ScanEvent |
ScanEvent is an event thrown by the barcode scanner.
|
| ScanHandler |
|
| Scanner |
Scanner accesses some popular barcode scanners.
|
| Scrollable |
Scrollable is an extension that allows relative motion of the Containers contents using flick animations.
|
| ScrollBar |
ScrollBar is an implementation of a Scrollbar.
|
| ScrollContainer |
ScrollContainer is a container with a horizontal only, vertical only, both or no
ScrollBars, depending on the control positions.
|
| ScrollEvent |
Event that decribes Every scroll event
|
| ScrollEventHandler |
|
| ScrollPosition |
ScrollPosition implements the auto-hide scrollbar that exists in
finger-touched devices.
|
| SerialPortClient |
|
| SerialPortServer |
|
| Series |
The series of data that will be shown in the charts.
|
| ServerSocket |
ServerSocket is a TCP/IP network server socket.
|
| Service |
An abstract class that models a message store and its access protocol, for storing and retrieving messages.
|
| Service |
|
| ServiceRecord |
The ServiceRecord class describes characteristics of a Bluetooth
service.
|
| Settings |
this class provides some preferences from the device configuration and other Vm settings.
|
| SHA1Digest |
This class implements the SHA-1 message digest algorithm.
|
| SHA256Digest |
This class implements the SHA-256 message digest algorithm.
|
| ShadedButton |
|
| SideMenuContainer |
Template for navigation based on a menu using a navbar and a sidenav.
|
| SideMenuContainer.Item |
|
| SideMenuContainer.Sub |
|
| SideMenuContainer.Sub.Caption |
|
| SideMenuContainer.Sub.Group |
|
| Signature |
This class provides the functionality of a signature algorithm for signing and verifying.
|
| SimpleImageInfo |
https://gist.github.com/hushi55/e36009bd31e87a7a83bf
|
| SizeChangeEvent |
|
| SizeChangeHandler |
|
| Slider |
Slider is a simple slider.
|
| SlidingWindow |
A window with a top bar + return button supporting slide-in animations.
|
| SmsManager |
|
| SmsMessage |
A Short Message Service message.
|
| SmsReceiver |
Listener for the sms messages received by the device
|
| SMTPSSLTransport |
This class implements the Transport abstract class using SMTP for message submission and transport over secure sockets.
|
| SMTPTransport |
This class implements the Transport abstract class using SMTP for message submission and transport.
|
| SOAP |
|
| SOAPException |
|
| Socket |
Socket is a TCP/IP network socket.
|
| SocketFactory |
This class creates sockets.
|
| SocketTimeoutException |
Thrown when a socket times out in a connect, read or write operation.
|
| Sound |
Sound is used to play sounds such as beeps and tones and mp3.
|
| Spacer |
Control used to add a space between controls.
|
| SpecialKeys |
SpecialKeys is an interface containing values for special keys and modifiers.
|
| SpinList |
Creates a control with two arrows, so you can scroll values and show
the current one.
|
| Spinner |
Spinner is a control that shows an image indicating that something is running in
the background.
|
| Sprite |
This class implements a game Sprite.
|
| SQLException |
|
| SQLite4JConnection |
|
| SQLite4JDatabaseMetaData |
|
| SQLite4JPreparedStatement |
|
| SQLite4JResultSet |
|
| SQLite4JResultSetMetaData |
|
| SQLite4JStatement |
|
| SQLiteConfig |
SQLite Configuration
See also http://www.sqlite.org/pragma.html
|
| SQLiteConfig.DateClass |
|
| SQLiteConfig.DateFormat |
|
| SQLiteConfig.DatePrecision |
|
| SQLiteConfig.Encoding |
|
| SQLiteConfig.JournalMode |
|
| SQLiteConfig.LockingMode |
|
| SQLiteConfig.SynchronousMode |
|
| SQLiteConfig.TempStore |
|
| SQLiteConfig.TransactionMode |
|
| SQLiteConnection |
|
| SQLiteErrorCode |
SQLite3 error code
|
| SQLiteOpenMode |
Database file open modes of SQLite.
|
| SQLiteUtil |
Utility class to make convertion to SQLite easier.
|
| SQLWarning |
|
| SSL |
A representation of an SSL connection.
|
| SSLClient |
The client context.
|
| SSLContext |
|
| SSLContextBase |
|
| SSLContextMbedtls |
|
| SSLContextSpi |
|
| SSLCTX |
A base object for SSLServer/SSLClient.
|
| SSLReadHolder |
A holder for data read in an SSL read.
|
| SSLServer |
The server context.
|
| SSLSocket |
This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or
IETF "Transport Layer Security" (TLS) protocols.
The initial handshake on this connection is initiated by calling startHandshake which explicitly begins handshakes.
|
| SSLSocketFactory |
SSLSocketFactory creates SSLSockets.
|
| SSLUtil |
Some global helper functions.
|
| StandardFonts |
|
| StandardHttpClient |
Provides client-side HTTP communication
|
| Statement |
|
| Storable |
An interface for all objects that support loading and saving themselves
through the ObjectCatalog class.
|
| Store |
An abstract class that models a message store and its access protocol, for storing and retrieving messages.
|
| Stream |
Stream is the base class for all stream-based I/O classes.
|
| Stream |
|
| StreamConnectionNotifier |
Base class for connection notifiers.
|
| StringUtils |
|
| Style |
The class Style group the several values required to paint
a Tile.
|
| Substitution |
|
| Switch |
This class implements the on/off switch present in many platforms
|
| Symbol |
|
| SyntaxException |
Exception thrown by the XmlTokenizer when a syntax error is found.
|
| TabbedContainer |
TabbedContainer is a bar of text or image tabs.
|
| TagDereferencer |
NamedEntitiesDereferencer provides an extremely fast way
to map the set of known HTML tags to unique integer values.
|
| TCEventThread |
|
| TCZ |
A tcz (TotalCross Zip) file has the following format:
version (2 bytes)
attributes (2 bytes)
base offset (header size + 4)
header
compressed data chunks
The header is:
length (4 bytes)
offsets array (length+1) - offset[i+1]-offset[i] gives the compressed size
uncompressed sizes array (length)
names array (length)
The header is compressed to save space.
|
| TCZ.Entry |
An entry of the TCZ file.
|
| TelephonyManager |
|
| TestCase |
This class represents a testcase.
|
| TestSuite |
JUnit implementation for TotalCross, to be used in the device (or in the desktop).
|
| TextBuffer |
|
| TextContentHandler |
Implementation of DataContentHandler that handles textual (not encoded) MIME types.
|
| TextControl |
Interface used by some controls that can set and get a text String.
|
| TextRenderer |
A game specific, fast text renderer (no memory allocs during runtime).
|
| ThreadPool |
Pool that executes each submitted task using one of possibly several pooled
threads.
|
| Time |
Time identifies a date and time.
|
| TimeBox |
Class used to input a time from the user.
|
| TimerEvent |
TimerEvent represents a control's timer.
|
| TimerListener |
Interface used to listen to Timer events.
|
| Timestamp |
|
| Toast |
Class used to show a message on screen.
|
| TokenReader |
Used to read an array of tokens in a line ending with \r\n (enter/linefeed) from a stream.
|
| ToolTip |
Displays a tooltip when user holds the pen in the control.
|
| TopMenu |
This is a top menu like those on Android.
|
| TopMenu.AnimationListener |
|
| TopMenu.Item |
|
| TotalCrossApplication |
This class represents a runnable Totalcross Java Application.
|
| Trailer |
|
| Transformation |
|
| Transport |
An abstract class that models a message transport.
|
| Tree |
This class is a simple implementation of a tree widget.
|
| TreeModel |
This class holds the tree structure that the Tree class used to render the tree widget.
|
| TristateImage |
An image that has three states: normal, pressed and disabled.
|
| Types |
|
| UIColors |
This class holds the colors used in some user interface dialogs, such as MessageBox,
InputBox, CalculatorBox, KeyboardBox, CalendarBox, ToolTip, KeyPad and others.
|
| UIEffects |
|
| UIEffects.Effects |
|
| UIRobot |
This class permits the control of the User Interface, playing back events recorded
by the user.
|
| UIRobotEvent |
Event sent when a Robot runs.
|
| UIRobotListener |
Interface used to listen to UIRobot events.
|
| UnitsConverter |
|
| UnknownHostException |
Thrown when you try to connect to a host that was not found.
|
| Unzipper |
JSONzip is a binary compression scheme for JSON text.
|
| UpdateListener |
Interface used to listen for Update events.
|
| URI |
An URI represents a Uniform Resource Identifier, or an address of something in the Internet.
|
| URI.Path |
Used as the path component of this URI.
|
| UTF8CharacterConverter |
This class is used to correctly handle UTF8 byte to UCS-2 chracter conversions.
|
| UUID |
The UUID class defines universally unique identifiers.
|
| ValueChangeEvent<T> |
|
| ValueChangeHandler<T> |
|
| VBox |
A vertical flow layout component.
|
| Vector |
A vector is an array of object references.
|
| Velocimeter |
This class represents a velocimeter gauge.
|
| VirtualKeyboard |
|
| Vm |
Vm contains various system-level methods.
|
| Whiteboard |
This is a whiteboard that can be used to draw something.
|
| WildcardPattern |
A Pattern subclass that accepts a simplified pattern syntax:
? - matches any single character;
* - matches any number of any characters;
all the rest - matches itself.
|
| Window |
Window is a floating top-level window.
|
| WindowListener |
Interface used to listen to Window events.
|
| XML |
This provides static methods to convert an XML text into a JSONObject,
and to covert a JSONObject into an XML text.
|
| XmlReadable |
XmlReadable abstracts any sequential resource that can be
passed to an XmlReader.
|
| XmlReadableByteArray |
Make an XmlReadable from a byte array.
|
| XmlReadableFile |
Make an XmlReadable from a File
Example:
|
| XmlReadablePDBFile |
Make an XmlReadable from a PDBFile
Example:
|
| XmlReadablePort |
Make an XmlReadable from a PortConnector Example:
|
| XmlReadableSocket |
An XmlReadableSocket has a Socket stream that takes care of the HTTP
headers and starts reading at the message body.
|
| XmlReadableString |
Make an XmlReadable from a String.
|
| XmlReader |
Used to read HTML or XML documents, reporting events to handlers (for
example, ContentHandler).
|
| XmlRpcClient |
Handles XML-RPCs to a server.
|
| XmlRpcContentHandler |
Methods here are called by the XML parser used in XmlRpcClient
|
| XmlRpcException |
Used to alert user of xml-rpc errors
|
| XmlRpcValue |
Used to represent an XML-RPC value while a request is being parsed.
|
| XMLTokener |
The XMLTokener extends the JSONTokener to provide additional methods
for the parsing of XML texts.
|
| XmlTokenizer |
A Tokenizer for XML input.
|
| XmlWriter |
Correctly formats Strings in XML syntax.
|
| XObjectImage |
|
| XYChart |
XYChart is a scatter chart.
|
| YoutubePlayer |
|
| YoutubePlayer.Callback |
|
| Yytoken |
|
| ZipEntry |
This class is used to represent a ZIP file entry.
|
| ZipException |
Signals that a Zip exception of some sort has occurred.
|
| ZipFile |
Deprecated.
|
| Zipper |
An encoder implements the compression behavior of JSONzip.
|
| ZipStream |
This class implements a stream filter for reading and writing files in the ZIP file format.
|
| ZLib |
This class implements stream compression with the ZLib library.
|
| ZLibException |
This exception may be dispatched by zLib routines.
|
| ZLibStream |
This class implements a stream filter for compressing or uncompressing data stored in the ZLib compression format.
|