Package net.sourceforge.jnlp
Class RelatedContentDesc
java.lang.Object
net.sourceforge.jnlp.RelatedContentDesc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()
getTitle()
void
setDescription
(String description) Set the description of this related contentvoid
setIconDesc
(IconDesc icon) Set the icon for this related contentvoid
Set the title of this content
-
Constructor Details
-
RelatedContentDesc
Create a related-content descriptor- Parameters:
href
- the url of the related content
-
-
Method Details
-
setTitle
Set the title of this content- Parameters:
title
- the title of this content
-
getTitle
- Returns:
- the title of this content..
-
setDescription
Set the description of this related content- Parameters:
description
- to be set
-
getDescription
- Returns:
- the description of the related content
-
getLocation
- Returns:
- the location of the related content. Not null
-
setIconDesc
Set the icon for this related content- Parameters:
icon
- set to be used
-
getIcon
- Returns:
- the icon descriptor for the realted content
-