Uses of Class
ru.cg.webbpm.studio.platform.api.progress.PlatformTask
Packages that use PlatformTask
Package
Description
-
Uses of PlatformTask in ru.cg.webbpm.studio.platform.api.progress
Methods in ru.cg.webbpm.studio.platform.api.progress with parameters of type PlatformTaskModifier and TypeMethodDescriptionvoid
ProgressManager.executeInBackground
(PlatformTask task) void
ProgressManager.executeWithProgressWindow
(PlatformTask task, boolean canBeCanceled) void
ProgressManager.executeWithProgressWindow
(PlatformTask task, boolean canBeCanceled, javafx.stage.Window parentWindow) Future<?>
ProgressManager.submitWithProgressWindow
(PlatformTask task, boolean canBeCanceled) -
Uses of PlatformTask in ru.cg.webbpm.studio.platform.impl.progress
Methods in ru.cg.webbpm.studio.platform.impl.progress with parameters of type PlatformTaskModifier and TypeMethodDescriptionvoid
ProgressManagerImpl.executeInBackground
(PlatformTask task) void
ProgressManagerImpl.executeWithProgressWindow
(PlatformTask task, boolean canBeCanceled) void
ProgressManagerImpl.executeWithProgressWindow
(PlatformTask task, boolean canBeCanceled, javafx.stage.Window parentWindow) Future<?>
ProgressManagerImpl.submitWithProgressWindow
(PlatformTask task, boolean canBeCanceled)