All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.URLListDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----dtai.gwt.GadgetShell
                                   |
                                   +----dtai.gwt.GadgetPanel
                                           |
                                           +----dtai.gwt.GadgetDialog
                                                   |
                                                   +----dtai.gui.StdDialog
                                                           |
                                                           +----dtai.gwt.URLListDialog

public class URLListDialog
extends StdDialog
implements ActionListener, ItemListener
the URLListDialog class


Constructor Index

 o URLListDialog(URLListControl)
constructor which creates a URL List dialog box with the specified URL List control

Method Index

 o actionPerformed(ActionEvent)
actionPerformed
 o dialogVisible()
 o hide()
hide
 o itemStateChanged(ItemEvent)
 o saveURLs()
 o setURLList(URLList)
sets the URL List of the URL List dialog box
 o show()
show

Constructors

 o URLListDialog
 public URLListDialog(URLListControl control)
constructor which creates a URL List dialog box with the specified URL List control

Parameters:
control - the URL List control to be placed in the edit dialog box

Methods

 o setURLList
 public void setURLList(URLList url)
sets the URL List of the URL List dialog box

Parameters:
URLList - the urls of the URL List edit dialog box
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
actionPerformed

Parameters:
ae - the action event
 o saveURLs
 public void saveURLs()
 o show
 public void show()
show

Overrides:
show in class GadgetDialog
 o hide
 public void hide()
hide

Overrides:
hide in class GadgetDialog
 o dialogVisible
 public boolean dialogVisible()
 o itemStateChanged
 public void itemStateChanged(ItemEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index