public class KSBlockingProgressIndicator extends Object
Constructor and Description |
---|
KSBlockingProgressIndicator() |
Modifier and Type | Method and Description |
---|---|
static void |
addTask(BlockingTask task)
Adds a blocking task to the queue.
|
static void |
initialize()
Initializes the blocking progress indicator.
|
static void |
removeTask(BlockingTask task)
Removes the blocking task from the queue
|
static void |
setSize(int w,
int h) |
public KSBlockingProgressIndicator()
public static void initialize()
public static void addTask(BlockingTask task)
task
- the task description to be addedpublic static void removeTask(BlockingTask task)
task
- the task to be removed from the blocking task queuepublic static void setSize(int w, int h)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.