All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.ProgressDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----gjt.GJTDialog
                                           |
                                           +----gjt.ProgressDialog

public class ProgressDialog
extends GJTDialog
A dialog that uses a bargauge to indicate progress made on a task that presumably takes some time to complete.

See Also:
GJTDialog, Bargauge, DialogTest

Constructor Index

 o ProgressDialog(Frame, DialogClient, String, Color)
 o ProgressDialog(Frame, DialogClient, String, Color, boolean)

Method Index

 o getPreferredSize()
 o preferredSize()
Deprecated.
 o reset()
 o setPercentComplete(double)

Constructors

 o ProgressDialog
 public ProgressDialog(Frame frame,
                       DialogClient client,
                       String title,
                       Color color)
 o ProgressDialog
 public ProgressDialog(Frame frame,
                       DialogClient client,
                       String title,
                       Color color,
                       boolean modal)

Methods

 o setPercentComplete
 public void setPercentComplete(double percent)
 o reset
 public void reset()
 o preferredSize
 public Dimension preferredSize()
Note: preferredSize() is deprecated. as of JDK1.1

Overrides:
preferredSize in class Container
 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index