See: Description
Class | Description |
---|---|
Ads |
This is an Ads Component, this Component can displays banner/text ads on a
Form.
|
FileEncodedImage |
An encoded image that stores the actual data of the encoded image in a disk file
or resource and loads it only when necessary.
|
FileEncodedImageAsync |
This class is identical to FileEncodedImage with the difference of using
asynchronous loading for files (and the animation framework) which will
not work for all cases (e.g.
|
FileTree |
Simple class showing off the filesystem as a tree component
|
FileTreeModel |
A tree model representing the file system as a whole, notice that this class returns absolute
file names which would result in an unreadable tree.
|
ImageViewer |
An image viewer component that allows zooming into an image and potentially flicking between multiple images
|
InfiniteProgress |
Shows a "Washing Machine" infinite progress indication animation
|
InfiniteScrollAdapter |
Allows adapting a scroll container to scroll indefinitely (or at least until
we run out of data), this effectively works by showing an infinite progress
indicator when reaching scroll end then allowing code to fetch more components.
|
InteractionDialog |
Unlike a regular dialog the interaction dialog only looks like a dialog,
it resides in the layered pane and can be used to implement features where
interaction with the background form is still required.
Since this code is designed for interaction all "dialogs" created thru here are modless and never block. |
MasterDetail |
Master-detail utility class simplifying the process of defining a master/detail
|
MediaPlayer |
This is a Media Player Component with control buttons back, play/pause and
forward buttons
|
MultiButton |
A powerful button like component that allows multiple rows/and an icon to be added
every row/icon can have its own UIID.
|
OnOffSwitch |
The on/off switch is a checkbox of sort (although it derives container) that represents its state as
a switch each of which has a short label associated with it.
|
Progress |
Displays a progress dialog with the ability to cancel an ongoing operation
|
ReplaceableImage |
Allows the image data to be replaced at runtime when a different image is
available.
|
RSSReader |
A List implementing an RSS reader that automatically populates itself with content
from the RSS chanel.
|
ShareButton |
This is a share button.
|
SliderBridge |
Binds a slider to network progress events so it shows the pro
|
SpanButton |
A complex button similar to MultiButton that breaks lines automatically and looks like a regular button (more or less).
|
SpanLabel |
A multi line label component that can be easily localized, this is simply based
on a text area combined with a label.
|
StorageImage |
An encoded image that stores the actual data of the encoded image in storage.
|
StorageImageAsync |
Asynchronous storage image that loads in the background and not during the paint
cycle effectively not blocking the EDT drawing speed.
|
WebBrowser |
A simple browser view that encapsulates a usable version of HTMLComponent or BrowserComponent and
automatically picks the right component for the platform preferring BrowserComponent whenever it
is supported.
|
Generic elaborate components that make use of both UI elements and storage. These are relatively high level components such as RSS reader, IO progress indication etc.