eu.keep.uphec.help
Class HelpSectionInfo

Object
  extended by HelpSectionInfo

public class HelpSectionInfo
extends Object

The HelpSectionInfo class contains the information of a tree node

Author:
Antonio Ciuffreda

Constructor Summary
HelpSectionInfo(String title, URL content)
           
 
Method Summary
 URL getContent()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelpSectionInfo

public HelpSectionInfo(String title,
                       URL content)
Method Detail

getContent

public URL getContent()

toString

public String toString()
Overrides:
toString in class Object