Class BaseProgressDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
SimpleProgressDialog, VariableProgressDialog

public abstract class BaseProgressDialog extends IrisDialog
See Also:
  • Constructor Details

    • BaseProgressDialog

      public BaseProgressDialog(Frame owner, String title, boolean indeterminate)
  • Method Details

    • handleCancel

      protected void handleCancel()
    • createButtonPanel

      public JPanel createButtonPanel()
    • initGui

      protected void initGui()
    • handleOk

      protected void handleOk()
    • waitForResponse

      public boolean waitForResponse()
    • setProgressValue

      public void setProgressValue(int value)
    • setProgressText

      public void setProgressText(String text)
    • done

      public void done()
    • getPanel

      protected abstract JPanel getPanel()