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
-
URLListDialog(URLListControl)
- constructor which creates a URL List dialog box with the
specified URL List control
-
actionPerformed(ActionEvent)
- actionPerformed
-
dialogVisible()
-
-
hide()
- hide
-
itemStateChanged(ItemEvent)
-
-
saveURLs()
-
-
setURLList(URLList)
- sets the URL List of the URL List dialog box
-
show()
- show
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
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
actionPerformed
public void actionPerformed(ActionEvent ae)
- actionPerformed
- Parameters:
- ae - the action event
saveURLs
public void saveURLs()
show
public void show()
- show
- Overrides:
- show in class GadgetDialog
hide
public void hide()
- hide
- Overrides:
- hide in class GadgetDialog
dialogVisible
public boolean dialogVisible()
itemStateChanged
public void itemStateChanged(ItemEvent e)
All Packages Class Hierarchy This Package Previous Next Index