help
Class HelpInfo

java.lang.Object
  extended by help.HelpInfo

public class HelpInfo
extends java.lang.Object

Handles the properties of one single entry in the tree.

Author:
Markus Krebs

Constructor Summary
HelpInfo(java.lang.String title, java.lang.String filename)
          Creates a new entry.
 
Method Summary
 java.net.URL getURL()
          Returns the URL.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelpInfo

public HelpInfo(java.lang.String title,
                java.lang.String filename)
Creates a new entry.

Parameters:
title - The title of the entry.
filename - The url to the to displayed content.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getURL

public java.net.URL getURL()
Returns the URL.

Returns:
URL