Class symantec.itools.awt.ImageHTMLLink
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.awt.ImageHTMLLink
Object
|
+----Component
|
+----Canvas
|
+----ButtonBase
|
+----ImageButton
|
+----symantec.itools.awt.ImageHTMLLink
- public class ImageHTMLLink
- extends ImageButton
Note: ImageHTMLLink is deprecated.
All classes that extend ButtonBase, now contain HTML URL link capabilities.
Use ImageButton instead.
- Version:
- 1.1, July 9, 1997
- Author:
- Symantec
-
url
-
-
symantec.itools.awt.ImageHTMLLink()
- Constructs an ImageHTMLLink object.
-
getURL()
-
-
setURL(URL)
-
url
protected java.net.URL url
-
- Note: url is deprecated.
- See Also:
- linkURL
ImageHTMLLink
public ImageHTMLLink()
- Constructs an ImageHTMLLink object.
getURL
public java.net.URL getURL()
- Note: getURL() is deprecated.
-
- See Also:
- getLinkURL
setURL
public void setURL(URL u) throws PropertyVetoException
- Note: setURL() is deprecated.
-
- Throws: PropertyVetoException
- if the specified property value is unacceptable
- See Also:
- setLinkURL
All Packages Class Hierarchy This Package Previous Next Index