A B C D G H I M P R S V

A

AboutDialog - class com.rsramanujam.help.AboutDialog.
Insert the type's description here.
AboutDialog(String, String, String, String) - Constructor for class com.rsramanujam.help.AboutDialog
 
AboutHelpFileBuilderDialog - class com.rsramanujam.help.AboutHelpFileBuilderDialog.
Enter Your Comment Here Creation date: (11/26/2001 4:26:20 PM)
AboutHelpFileBuilderDialog() - Constructor for class com.rsramanujam.help.AboutHelpFileBuilderDialog
 
actionPerformed(ActionEvent) - Method in class com.rsramanujam.help.AboutHelpFileBuilderDialog
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class HelpFileBuilder
 
actionPerformed(ActionEvent) - Method in class com.rsramanujam.help.HelpXML
 

B

bOK_ActionEvents() - Method in class com.rsramanujam.help.AboutHelpFileBuilderDialog
Comment
bOK_ActionPerformed(ActionEvent) - Method in class com.rsramanujam.help.AboutDialog
Comment

C

com.rsramanujam.help - package com.rsramanujam.help
 

D

displayURL(String) - Static method in class com.rsramanujam.help.HelpUtil
 

G

getHelpWindowForDocument(Document) - Method in class com.rsramanujam.help.HelpXML
This method creates the HelpWindow from the given document object.
getpHeaderInfo() - Method in class HelpFileBuilder
Insert the method's description here.

H

HelpFileBuilder - class HelpFileBuilder.
Insert the type's description here.
HelpFileBuilder() - Constructor for class HelpFileBuilder
HelpFileBuilder constructor comment.
HelpUtil - class com.rsramanujam.help.HelpUtil.
Enter Your Comment Here Creation date: (12/3/2001 4:02:59 PM)
HelpUtil() - Constructor for class com.rsramanujam.help.HelpUtil
HelpUtil constructor comment.
HelpXML - class com.rsramanujam.help.HelpXML.
This class builds the Help Window from the given document object/xml file name, provided it adheres to the DTD provided
A sample invocation

org.dom4j.io.SAXReader reader = new org.dom4j.io.SAXReader(false);
org.dom4j.Document config = reader.read("file:"+args[0]);
com.rsramanujam.help.HelpXML helpXMLObj = new com.rsramanujam.help.HelpXML(config);
helpXMLObj.setVisible(true);


Alternatively, this can be invoked as follows.

com.rsramanujam.help.HelpXML helpXMLObj = new com.rsramanujam.help.HelpXML("file:"+args[0]);
helpXMLObj.setVisible(true);

Creation date: (11/20/2001 2:08:24 PM)
Author R S Ramanujam
HelpXML(Document) - Constructor for class com.rsramanujam.help.HelpXML
Creates an instance of HelpXML using the document object .
HelpXML(String) - Constructor for class com.rsramanujam.help.HelpXML
Creates an instance of HelpXML using the path given .
hyperlinkUpdate(HyperlinkEvent) - Method in class com.rsramanujam.help.HelpXML
 

I

ImagePanel - class com.rsramanujam.help.ImagePanel.
 
ImagePanel(Image) - Constructor for class com.rsramanujam.help.ImagePanel
 

M

main(String[]) - Static method in class HelpFileBuilder
Starts the application.
main(String[]) - Static method in class RamHelpDemo
Starts the application.
makeHelpXML() - Method in class HelpFileBuilder
Insert the method's description here.

P

paintComponent(Graphics) - Method in class com.rsramanujam.help.ImagePanel
 

R

RamHelpDemo - class RamHelpDemo.
This class demonstrates the usage of RamHelp Help Utility.
RamHelpDemo() - Constructor for class RamHelpDemo
RamHelpDemo constructor comment.

S

showChapterDialog() - Method in class HelpFileBuilder
Invoked when an action occurs.
showContentDialog() - Method in class HelpFileBuilder
 
startup() - Method in class HelpFileBuilder
Insert the method's description here.
startup(String, String, String, String) - Method in class com.rsramanujam.help.AboutDialog
Insert the method's description here.

V

valueChanged(TreeSelectionEvent) - Method in class com.rsramanujam.help.HelpXML
 

A B C D G H I M P R S V