public class ProgressFactory
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ProgressFactory.ProgressType |
Represents the types of progress indicators
|
Modifier and Type | Method | Description |
---|---|---|
static Progress |
get(long total) |
Get a new instance
|
static void |
set(ProgressFactory.ProgressType type) |
Set the type of progress indicator the factory creates
|
public static Progress get(long total)
total
- The number of tasks to be completedpublic static void set(ProgressFactory.ProgressType type)
type
- Type of progress indicator