You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.ui.ProgressFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.sun.java.swing.JFrame
                                           |
                                           +----grendel.ui.GeneralFrame
                                                   |
                                                   +----grendel.ui.ProgressFrame

public abstract class  ProgressFrame
     extends grendel.ui.GeneralFrame
     implements java.lang.Runnable
{
          // Fields 9
     JButton fCancel;
     boolean fCanceled;
     Container fContentPanel;
     boolean fDisposed;
     boolean fDone;
     int fMax;
     JProgressBar fMeter;
     JLabel fStatus;
     Thread fThread;

          // Constructors 1
     public ProgressFrame(String);

          // Methods 14
     public synchronized void dispose();
     public synchronized boolean getDone();
     public synchronized int getMax();
     public synchronized int getProgress();
     public synchronized String getStatus();
     public synchronized boolean isCanceled();
     public abstract void progressLoop();
     public void run();
     public synchronized void setCanceled(boolean);
     public synchronized void setDone(boolean);
     public synchronized void setMax(int);
     public synchronized void setProgress(int);
     public synchronized void setStatus(String);
     public void start();
}



Fields


• fMax

   int fMax


• fMeter

   JProgressBar fMeter


• fCancel

   JButton fCancel


• fStatus

   JLabel fStatus


• fThread

   Thread fThread


• fDone

   boolean fDone


• fCanceled

   boolean fCanceled


• fDisposed

   boolean fDisposed


• fContentPanel

   Container fContentPanel



Constructors


• ProgressFrame

   public ProgressFrame(String aCaption) 



Methods


• dispose

   public synchronized void dispose() 
Overrides:
dispose in class GeneralFrame


• setMax

   public synchronized void setMax(int aMax) 


• getMax

   public synchronized int getMax() 


• setProgress

   public synchronized void setProgress(int aProgress) 


• getProgress

   public synchronized int getProgress() 


• setStatus

   public synchronized void setStatus(String aStatus) 


• getStatus

   public synchronized String getStatus() 


• setDone

   public synchronized void setDone(boolean aDone) 


• getDone

   public synchronized boolean getDone() 


• setCanceled

   public synchronized void setCanceled(boolean aCanceled) 


• isCanceled

   public synchronized boolean isCanceled() 


• start

   public void start() 


• run

   public void run() 
Implements:
run in interface Runnable


• progressLoop

   public abstract void progressLoop() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4