Class RelatedContentDesc

java.lang.Object
net.sourceforge.jnlp.RelatedContentDesc

public class RelatedContentDesc extends Object
  • Constructor Details

    • RelatedContentDesc

      public RelatedContentDesc(URL href)
      Create a related-content descriptor
      Parameters:
      href - the url of the related content
  • Method Details

    • setTitle

      public void setTitle(String title)
      Set the title of this content
      Parameters:
      title - the title of this content
    • getTitle

      public String getTitle()
      Returns:
      the title of this content..
    • setDescription

      public void setDescription(String description)
      Set the description of this related content
      Parameters:
      description - to be set
    • getDescription

      public String getDescription()
      Returns:
      the description of the related content
    • getLocation

      public URL getLocation()
      Returns:
      the location of the related content. Not null
    • setIconDesc

      public void setIconDesc(IconDesc icon)
      Set the icon for this related content
      Parameters:
      icon - set to be used
    • getIcon

      public IconDesc getIcon()
      Returns:
      the icon descriptor for the realted content