Package | Description |
---|---|
org.jacp.javafx.rcp.worker |
Modifier and Type | Class and Description |
---|---|
class |
FXComponentInitWorker
Background Worker to execute components; handle method to init component.
|
class |
FXComponentReplaceWorker
Background Worker to execute components handle method in separate thread and
to replace or add the component result node; While the handle method is
executed in an own thread the postHandle method is executed in application
main thread.
|
class |
StateComponentRunWorker
this class handles running stateful background components
|
class |
StateLessComponentRunWorker
Component worker to run instances of a stateless component in a worker
thread.
|