org.scohen.juploadr.ui
Class ProgressDialog

java.lang.Object
  extended byDialog
      extended byorg.scohen.juploadr.ui.ProgressDialog

public class ProgressDialog
extends Dialog

See Also:
Serialized Form

Field Summary
 ProgressBar bar
           
 
Constructor Summary
protected ProgressDialog(Shell parent, int style)
           
  ProgressDialog(Shell parent, Task t)
           
 
Method Summary
 void close()
           
 void execute()
           
 int getMax()
           
 java.lang.String getMessage()
           
 int getMin()
           
 void open()
           
 void setMax(int max)
           
 void setMessage(java.lang.String message)
           
 void setMin(int min)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bar

public ProgressBar bar
Constructor Detail

ProgressDialog

protected ProgressDialog(Shell parent,
                         int style)

ProgressDialog

public ProgressDialog(Shell parent,
                      Task t)
Method Detail

open

public void open()

close

public void close()

execute

public void execute()

getMax

public int getMax()

setMax

public void setMax(int max)

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String message)

getMin

public int getMin()

setMin

public void setMin(int min)