Class WebsaverDialogLoad

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----WebsaverDialogLoad

public class WebsaverDialogLoad
extends Frame
implements ActionListener, WindowListener
WebsaverDialogLoad.java

Author:
Brad Fitzpatrick, bradfitz@bradfitz.com

Constructor Index

 o WebsaverDialogLoad(WebsaverConnection)
 o WebsaverDialogLoad(WebsaverConnection, boolean)

Method Index

 o actionPerformed(ActionEvent)
 o addWebsaverDialogListener(WebsaverDialogListener)
Call this to register a listener for when somebody presses Load
 o hideDialog()
Hides the dialog
 o refreshList()
 o showDialog(Component)
Shows the Dialog, centered over component cpt.
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Constructors

 o WebsaverDialogLoad
 public WebsaverDialogLoad(WebsaverConnection conn)
 o WebsaverDialogLoad
 public WebsaverDialogLoad(WebsaverConnection conn,
                           boolean showPassword)

Methods

 o showDialog
 public void showDialog(Component cpt)
Shows the Dialog, centered over component cpt.

 o hideDialog
 public void hideDialog()
Hides the dialog

 o addWebsaverDialogListener
 public void addWebsaverDialogListener(WebsaverDialogListener wdl)
Call this to register a listener for when somebody presses Load

 o actionPerformed
 public void actionPerformed(ActionEvent evt)
 o refreshList
 public void refreshList()
 o windowOpened
 public void windowOpened(WindowEvent e)
 o windowClosing
 public void windowClosing(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowActivated
 public void windowActivated(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)