package 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.

Types

class EffectsStatic utility class useful for simple visual effects that don’t quite fit anywhere else in the core API.
class EmbeddedContainerThis class is mostly used internally by the GUI builder and isn’t very useful for general purpose.
class EventDispatcherHandles event dispatching while guaranteeing that all events would be fired properly on the EDT regardless of their source.
class GlassTutorialA Glass Tutorial appears on top of the UI especially on a touch device but could be on any device and points to/circles components within the UI coupled with explanation of what they do and a tint of the screen.
class ImageIOEnable simple operations on image file & image objects such as dynamic scaling and storage to binary formats such as JPEG.
class MutableResouceDeprecated typo-preserving wrapper for MutableResource.
class MutableResourceMutable variant of Resources intended for non-designer environments.
class ResourcesLoads resources from the binary resource file generated by the Codename One Designer.
class SwipeBackSupportAllows binding a swipe listener to the form that enables the user to swipe back to the previous form.
class UIBuilderThe UI builder can create a user interface based on the UI designed in the resource editor and allows us to bind to said UI.
class UITimerSimple timer callback that is invoked on the CodenameOne EDT thread rather than on a separate thread.
class WeakHashMapHelper weak hash map substitute