| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| com.codename1.util |
General utilities classes
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Display.invokeWithoutBlockingWithResultSync(RunnableWithResultSync<T> r)
Invokes a RunnableWithResultSync with blocking disabled.
|
static <T> T |
CN.invokeWithoutBlockingWithResultSync(RunnableWithResultSync<T> r)
Invokes a RunnableWithResultSync with blocking disabled.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
EasyThread.run(RunnableWithResultSync<T> r)
Runs the given runnable on the thread and blocks until it completes, returns the value object
|
Copyright © 2022. All rights reserved.