jApp
Class ProgressDialog

java.lang.Object
  extended by jApp.ProgressDialog

public class ProgressDialog
extends java.lang.Object


Nested Class Summary
static interface ProgressDialog.LongTask
           
 
Constructor Summary
ProgressDialog(java.awt.Component parent, int updatePeriod, boolean hasCancel, boolean paintText, java.lang.String message, java.lang.String note, ProgressDialog.LongTask task)
           
 
Method Summary
 boolean canceled()
           
 void close()
           
 javax.swing.JDialog getDialog()
           
 void setIndeterminate(boolean b)
           
 void setMaxProgres(int max)
           
 void setNote(java.lang.String note)
           
 void setProgress(int v)
           
 void setVisible(boolean v)
           
static void testIt(java.awt.Component frame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressDialog

public ProgressDialog(java.awt.Component parent,
                      int updatePeriod,
                      boolean hasCancel,
                      boolean paintText,
                      java.lang.String message,
                      java.lang.String note,
                      ProgressDialog.LongTask task)
Method Detail

getDialog

public javax.swing.JDialog getDialog()

setMaxProgres

public void setMaxProgres(int max)

setProgress

public void setProgress(int v)

setIndeterminate

public void setIndeterminate(boolean b)

setNote

public void setNote(java.lang.String note)

setVisible

public void setVisible(boolean v)

close

public void close()

canceled

public boolean canceled()

testIt

public static void testIt(java.awt.Component frame)