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