Class symantec.itools.awt.LabelHTMLLink
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.awt.LabelHTMLLink
Object
|
+----Component
|
+----Canvas
|
+----ButtonBase
|
+----LabelButton
|
+----symantec.itools.awt.LabelHTMLLink
- public class LabelHTMLLink
- extends LabelButton
Note: LabelHTMLLink is deprecated.
All classes that extend ButtonBase, now contain HTML URL link capabilities.
Use LabelButton instead.
- Version:
- 1.1, July 9, 1997
- Author:
- Symantec
-
url
-
-
symantec.itools.awt.LabelHTMLLink()
- Constructs a LabelHTMLLink object.
-
getURL()
-
-
setURL(URL)
-
url
protected java.net.URL url
-
- Note: url is deprecated.
- See Also:
- linkURL
LabelHTMLLink
public LabelHTMLLink()
- Constructs a LabelHTMLLink 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