Uses of Package
is.codion.common.model.worker
Packages that use is.codion.common.model.worker
Package
Description
Executing background tasks with progress reporting.
Swing implementation of
Dispatcher.Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LoginDialogBuilder.RESIZABLE
LoginDialogBuilder.INPUT_FIELD_COLUMNS
ProgressWorkerDialogBuilder.SHOW_DELAY
ProgressWorkerDialogBuilder.HIDE_DELAY
LookAndFeelSelectionDialogBuilder.ALLOW_INSTALLED
LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
-
Classes in is.codion.common.model.worker used by is.codion.common.model.workerClassDescriptionResolves the platform's UI thread, for running
ProgressWorkerhandlers and for determining whether a model refresh should run asynchronously.Executes a task on a background thread, invoking its lifecycle handlers on the UI thread as resolved byDispatcher.Builds aProgressWorkerinstance.Provides builders for a given task type.Provides default handler methods for theProgressWorkerlifecycle.ExtendsProgressWorker.Handlerwith progress and publish handlers.Reports progress and publishes intermediate results for a ProgressWorkerA progress aware background task producing a result.A progress aware background task.A background task producing a result.A background task. -
Classes in is.codion.common.model.worker used by is.codion.swing.common.model.workerClassDescriptionResolves the platform's UI thread, for running
ProgressWorkerhandlers and for determining whether a model refresh should run asynchronously. -
Classes in is.codion.common.model.worker used by is.codion.swing.common.ui.dialogClassDescriptionExecutes a task on a background thread, invoking its lifecycle handlers on the UI thread as resolved by
Dispatcher.A progress aware background task producing a result.A progress aware background task.A background task producing a result.A background task. -
Classes in is.codion.common.model.worker used by is.codion.tools.generator.modelClassDescriptionProvides default handler methods for the
ProgressWorkerlifecycle.ExtendsProgressWorker.Handlerwith progress and publish handlers.Reports progress and publishes intermediate results for a ProgressWorkerA progress aware background task.AProgressWorker.ProgressTaskcombined withProgressWorker.ProgressHandler, for encapsulating a progress-aware background task and its handlers in a single class.