|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.tool.user.dialogs.Progress
public class Progress
This class displays a progress dialog.
| Constructor Summary | |
|---|---|
Progress(java.lang.String title)
The constructor displays the progress dialog. |
|
| Method Summary | |
|---|---|
void |
close()
Method to terminate the progress dialog. |
java.lang.String |
getNote()
Method to return the text message in the progress dialog. |
int |
getProgress()
Method to return the progress amount. |
void |
setNote(java.lang.String note)
Method to set a text message in the progress dialog. |
void |
setProgress(int progress)
Method to set the progress amount. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Progress(java.lang.String title)
title - the title of the dialog.| Method Detail |
|---|
public void close()
public void setProgress(int progress)
progress - the amount of progress (from 0 to 100);public int getProgress()
public void setNote(java.lang.String note)
note - the message to display.public java.lang.String getNote()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||