|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDialog
eu.geclipse.batch.ui.dialogs.ProgressDialog
public class ProgressDialog
Progress bar dialog, which are separated into major tasks. Within each major task there are minor tasks. The driver progress the minor and major tasks.
| Constructor Summary | |
|---|---|
ProgressDialog(Shell parent)
Default constructor |
|
| Method Summary | |
|---|---|
void |
close()
Closes the progress-bar dialog |
void |
initInformation(int numMajorTasks,
java.lang.String[] descriptions,
java.lang.String dialogTitle)
|
void |
moveNextMajorTask(int numMinTasks)
Move the progress bar to the next major task |
void |
moveNextMinor()
Move the progress bar one minor step within the major task |
void |
open()
Opens the progress-bar dialog |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProgressDialog(Shell parent)
parent - The parent shell| Method Detail |
|---|
public void initInformation(int numMajorTasks,
java.lang.String[] descriptions,
java.lang.String dialogTitle)
numMajorTasks - How many major task this task bar should representdescriptions - Optional description of the major tasksdialogTitle - The title of the dialogpublic void moveNextMajorTask(int numMinTasks)
numMinTasks - How many minor tasks are there in the next major taskpublic void moveNextMinor()
public void open()
public void close()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||