Uses of Interface
ru.cg.webbpm.studio.platform.api.progress.PlatformRunnable
Packages that use PlatformRunnable
Package
Description
-
Uses of PlatformRunnable in ru.cg.webbpm.studio.platform.api.progress
Methods in ru.cg.webbpm.studio.platform.api.progress with parameters of type PlatformRunnableModifier and TypeMethodDescriptionvoid
ProgressManager.executeInBackground
(PlatformRunnable process) Запустить процесс в фоне, в качестве прогресс индиактора берется status barvoid
ProgressManager.executeWithCurrentIndicator
(PlatformRunnable runnable, String title) void
ProgressManager.executeWithProgressWindow
(PlatformRunnable runnable, String progressTitle, boolean canBeCanceled) Запустить процесс в фоне с блокирующим диалогом прогресса -
Uses of PlatformRunnable in ru.cg.webbpm.studio.platform.impl.progress
Methods in ru.cg.webbpm.studio.platform.impl.progress with parameters of type PlatformRunnableModifier and TypeMethodDescriptionvoid
ProgressManagerImpl.executeInBackground
(PlatformRunnable process) void
ProgressManagerImpl.executeWithCurrentIndicator
(PlatformRunnable runnable, String title) void
ProgressManagerImpl.executeWithProgressWindow
(PlatformRunnable runnable, String progressTitle, boolean canBeCanceled)