| Package | Description |
|---|---|
| org.jacpfx.rcp.component | |
| org.jacpfx.rcp.util | |
| org.jacpfx.rcp.worker |
| Modifier and Type | Class and Description |
|---|---|
class |
AStatelessCallbackComponent
represents a abstract stateless background component
|
class |
EmbeddedFXComponent
Created with IntelliJ IDEA.
|
class |
EmbeddedStatefulComponent
Created with IntelliJ IDEA.
|
class |
EmbeddedStatelessCallbackComponent
Created with IntelliJ IDEA.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TearDownHandler.shutDownAsyncComponent(ASubComponent component,
java.lang.Object... params) |
| Modifier and Type | Method and Description |
|---|---|
protected ASubComponent |
CallbackComponentInitWorker.call() |
| Constructor and Description |
|---|
CallbackComponentInitWorker(java.util.concurrent.BlockingQueue<org.jacpfx.api.component.SubComponent<javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object>> delegateQueue,
ASubComponent component,
org.jacpfx.api.message.Message<javafx.event.Event,java.lang.Object> action) |