Class Summary |
Effects |
Static utility class useful for simple visual effects that don't quite fit
anywhere else in the core API. |
EmbeddedContainer |
This class is mostly used internally by the GUI builder and isn't very useful
for general purpose. |
EventDispatcher |
Handles event dispatching while guaranteeing that all events would
be fired properly on the EDT regardless of their source. |
Resources |
Loads resources from the binary resource file generated during the build process or via the LWUIT Designer. |
UIBuilder |
The UI builder can create a user interface based on the UI designed in the
resource editor and allows us to bind to said UI. |