All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.URLList

java.lang.Object
   |
   +----dtai.gwt.URLList

public class URLList
extends Object
The URLList class GUI Class for managing list of Descriptions and URLs


Constructor Index

 o URLList()
 o URLList(Hashtable)

Method Index

 o addURL(String, String)
 o clone()
 o getDescriptions()
 o getURLs()
 o removeURL(String)

Constructors

 o URLList
 public URLList()
 o URLList
 public URLList(Hashtable url)

Methods

 o addURL
 public void addURL(String description,
                    String newURL) throws MalformedURLException
 o clone
 public Object clone()
Overrides:
clone in class Object
 o removeURL
 public void removeURL(String description)
 o getURLs
 public URL[] getURLs()
 o getDescriptions
 public String[] getDescriptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index