JProgressDialogManagerController<T> class abstract

An abstract class for managing the display and hiding of a progress dialog.

The JProgressDialogManagerController provides a contract for showing and hiding a progress dialog. This class is typically used to manage the visibility of progress dialogs in a consistent manner across the application, allowing developers to indicate that a background task or a process is ongoing.

This is an abstract class, meaning that it must be extended with concrete implementations to define the actual behavior of showing and hiding the dialog.

  • T: The type of the result returned by the progress dialog when it is closed.
Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hide() Future<T>
Hides the progress dialog.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({String? msg}) Future<T>
Shows the progress dialog with an optional message.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited