- setCancelable(boolean) - Method in class io.datafx.core.concurrent.DataFxTask
-
Sets the value of the property cancelable.
- setCancelable(boolean) - Method in interface io.datafx.core.concurrent.TaskStateHandler
-
- setCancelable(boolean) - Method in interface io.datafx.core.concurrent.TaskWithStateHandler
-
- setException(Throwable) - Method in class io.datafx.core.ExceptionHandler
-
Sets the value of the property exception.
- setExceptionLogging(boolean) - Static method in class io.datafx.core.ExceptionHandler
-
- setMaxProgress(double) - Method in class io.datafx.core.concurrent.TaskState
-
Sets the max progress value.
- setPrivileged(Field, Object, Object) - Static method in class io.datafx.core.DataFXUtils
-
Set's a field by using AccessController.doPrivileged
- setProgress(double) - Method in class io.datafx.core.concurrent.TaskState
-
Sets the current progress of the task.
- StreamFX<T> - Class in io.datafx.core.concurrent
-
Stream Helper class for JavaFX.
- StreamFX(Stream<T>) - Constructor for class io.datafx.core.concurrent.StreamFX
-
Create a StreamFX as a wrapper of a Stream
- submit(Service<T>) - Method in class io.datafx.core.concurrent.ObservableExecutor
-
Execute the given service at some time in the future.
- submit(Task<T>) - Method in class io.datafx.core.concurrent.ObservableExecutor
-
Execute the given task at some time in the future.
- submit(Callable<T>) - Method in class io.datafx.core.concurrent.ObservableExecutor
-
Execute the given callable at some time in the future.
- submit(Runnable) - Method in class io.datafx.core.concurrent.ObservableExecutor
-
Execute the given runnable at some time in the future.