|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.microedition.lcdui.Displayable
javax.microedition.lcdui.Screen
javax.microedition.lcdui.Form
palmed.ui.Dialog
palmed.ui.ProgressDialog
public final class ProgressDialog
This dialog displays a progress bar.
| Constructor Summary | |
|---|---|
ProgressDialog(javax.microedition.lcdui.Display display,
java.lang.String operation,
int steps,
javax.microedition.lcdui.Displayable next)
Create a progress dialog. |
|
| Method Summary | |
|---|---|
void |
step()
Increments the progress indicator. The dialog is dismissed if the maximum number of steps has been reached. |
| Methods inherited from class palmed.ui.Dialog |
|---|
appendMessage |
| Methods inherited from class javax.microedition.lcdui.Form |
|---|
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size |
| Methods inherited from class javax.microedition.lcdui.Displayable |
|---|
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle, sizeChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProgressDialog(javax.microedition.lcdui.Display display,
java.lang.String operation,
int steps,
javax.microedition.lcdui.Displayable next)
display - the application displayoperation - the name of the operation under processsteps - the maximum number of stepsnext - the displayable to show when 'OK' is pressed| Method Detail |
|---|
public void step()
The dialog is dismissed if the maximum number of steps has been reached.
step in interface IProgressIndicator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||