net.sourceforge.jnlp
public class RelatedContentDesc extends java.lang.Object
Constructor and Description |
---|
RelatedContentDesc(java.net.URL href)
Create a related-content descriptor
|
Modifier and Type | Method and Description |
---|---|
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
|
public RelatedContentDesc(java.net.URL href)
href
- the url of the related contentpublic 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()