public class ActivityProgressControl extends java.lang.Object implements GUIControl, ActivityProgressListener
| Constructor and Description |
|---|
ActivityProgressControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activityChanged(java.lang.String mainDescription,
int levels) |
void |
cancelWork() |
void |
descriptionChanged(int level,
java.lang.String description,
int totalSize) |
javax.swing.JComponent |
getGUI() |
void |
progressWasMade(int level,
int howMuch) |
void |
setWorker(ActivityProgressWorker worker) |
void |
startWork() |
public void activityChanged(java.lang.String mainDescription,
int levels)
activityChanged in interface ActivityProgressListenerpublic void descriptionChanged(int level,
java.lang.String description,
int totalSize)
descriptionChanged in interface ActivityProgressListenerpublic void progressWasMade(int level,
int howMuch)
progressWasMade in interface ActivityProgressListenerpublic javax.swing.JComponent getGUI()
getGUI in interface GUIControlpublic void setWorker(ActivityProgressWorker worker)
public void startWork()
public void cancelWork()