|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.RelatedContentDesc
public class RelatedContentDesc
Constructor Summary | |
---|---|
RelatedContentDesc(java.net.URL href)
Create a related-content descriptor |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of the related content |
IconDesc |
getIcon()
Returns the icon descriptor for the realted content |
java.net.URL |
getLocation()
Returns the location of the related content. |
java.lang.String |
getTitle()
Returns the title of this content.. |
void |
setDescription(java.lang.String description)
Set the description of this related content |
void |
setIconDesc(IconDesc icon)
Set the icon for this related content |
void |
setTitle(java.lang.String title)
Set the title of this content |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelatedContentDesc(java.net.URL href)
href
- the url of the related contentMethod Detail |
---|
public void setTitle(java.lang.String title)
title
- the title of this contentpublic java.lang.String getTitle()
public void setDescription(java.lang.String description)
public java.lang.String getDescription()
public java.net.URL getLocation()
public void setIconDesc(IconDesc icon)
public IconDesc getIcon()
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |