| Interface | Description |
|---|---|
| DataFxCallable<V> |
A
Callable that can be used with DataFX to provide some additional
features. |
| DataFxRunnable |
A
Runnable that can be used with DataFX to provide some additional
features. |
| Publisher<T> | |
| TaskStateHandler |
A interface that provides all functions to alter the basic informations of a
task.
|
| TaskWithStateHandler |
A interface that adds support for TaskStateHandler
|
| Class | Description |
|---|---|
| CallableBasedDataFxTask<V> | |
| ConcurrentUtils |
Utility class for concurrency issues in JavaFX
|
| DataFxService<V> |
A Service that provides a cancelable property.
|
| DataFxTask<V> |
A special task that provides some additional features.
|
| ObservableExecutor |
A Executor that task can be observed.
|
| ProcessChain<T> |
The class defines a chain of processes.
|
| ProcessDescription<V,T> |
This class defines the description of a process.
|
| PublishingTask<T> |
A PublishingTask is used to obtain a number of values, and store them in an
ObservableList.
|
| RunnableBasedDataFxTask |
Helper class that can be used to easily create a JavaFX service from a runnable.
|
| StreamFX<T> |
Stream Helper class for JavaFX.
|
| TaskState |
This class wraps the complete state of a task
|
| TaskStateHandlerManager |
A helper class that holds weak references of TaskStateHandler instances.
|
| ThreadPoolExecutorFactory |
| Enum | Description |
|---|---|
| ThreadType |
Defines the type of a thread.
|