A C D G H I J R S

A

addJHelpListener(JHelpListener) - Method in class JHelp.JHelpFrame
Add a JHelpListener for frame close events.
addJTipsListener(JTipsListener) - Method in class JHelp.JTipsDialog
Add a JTipsListener for frame close events.

C

centerDialog() - Method in class JHelp.JTipsDialog
Center this dialog on the screen.
centerDialog() - Method in class JHelp.JLicenseDialog
Center this dialog on the screen.
centerFrame() - Method in class JHelp.JHelpFrame
Center this frame on the screen.

D

displayContentUID(String) - Method in class JHelp.JHelpFrame
Display a help content page specified by its uid.

G

getAcceptButton() - Method in class JHelp.JLicenseDialog
Get the JButton used for the accept button.
getAcceptQuestionLabel() - Method in class JHelp.JLicenseDialog
Get the JLabel used for the accept question.
getBackButton() - Method in class JHelp.JHelpFrame
Get the JButton used for the back button.
getCloseButton() - Method in class JHelp.JTipsDialog
Get the JButton used for the close button.
getDividerLocation() - Method in class JHelp.JHelpFrame
Get the divider location between the help content and the Contents/Search area.
getEnterKeywordLabel() - Method in class JHelp.JHelpFrame
Get the JLabel used for displaying the text "Enter Keyword:"
getExitButton() - Method in class JHelp.JLicenseDialog
Get the JButton used for the exit button.
getForwardButton() - Method in class JHelp.JHelpFrame
Get the JButton used for the forward button.
getJEditorPane() - Method in class JHelp.JTipsDialog
Get the JEditorPane for displaying the content tip pages.
getJEditorPane() - Method in class JHelp.JLicenseDialog
Get the JEditorPane for displaying the license.
getJEditorPane() - Method in class JHelp.JHelpFrame
Get the JEditorPane for displaying the content help pages.
getJTree() - Method in class JHelp.JHelpFrame
Get the JTree used for displaying the help hierarchy.
getNextButton() - Method in class JHelp.JTipsDialog
Get the JButton used for the next button.
getPreviousButton() - Method in class JHelp.JTipsDialog
Get the JButton used for the previous button.
getSearchButton() - Method in class JHelp.JHelpFrame
Get the JButton used for the search button.
getSearchList() - Method in class JHelp.JHelpFrame
Get the JList used for displaying search results.
getSelectTopicLabel() - Method in class JHelp.JHelpFrame
Get the JLabel used for displaying the text "Select Topic:"
getShowAtStartupCheckbox() - Method in class JHelp.JTipsDialog
Get the JCheckBox used for the show at startup check box.
getYesCheckbox() - Method in class JHelp.JLicenseDialog
Get the JCheckBox used for the Yes confirmation.

H

hide() - Method in class JHelp.JTipsDialog
Hide the JTipsDialog window.
hide() - Method in class JHelp.JHelpFrame
Hide the JHelpFrame window.
hideSearchTab() - Method in class JHelp.JHelpFrame
Does not display the search tab.

I

isBlank() - Method in class JHelp.JHelpFrame
Is there no help content being displayed?

J

JHelp - package JHelp
 
JHelpFrame - class JHelp.JHelpFrame.
This class is the Frame that displays help content for JHelp.
JHelpFrame(File, Frame) - Constructor for class JHelp.JHelpFrame
Construct a JHelpFrame.
jHelpFrameClosed(Dimension, Point) - Method in interface JHelp.JHelpListener
JHelpFrame calls this method when the frame is closed.
JHelpListener - interface JHelp.JHelpListener.
This interface defines a method called when JHelpFrame is closed.
JLicenseDialog - class JHelp.JLicenseDialog.
This class is the Dialog that displays a license agreement.
JLicenseDialog(JLicenseListener, File) - Constructor for class JHelp.JLicenseDialog
Construct a JLicenseDialog.
JLicenseDialog(JLicenseListener, File, Frame) - Constructor for class JHelp.JLicenseDialog
Construct a JLicenseDialog.
jLicenseDialogAccept() - Method in interface JHelp.JLicenseListener
The license was accepted.
jLicenseDialogExit() - Method in interface JHelp.JLicenseListener
The JLicenseDialog was closed or exit was pressed.
JLicenseListener - interface JHelp.JLicenseListener.
This interface defines methods called when JLicenseDialog is closed.
JTipsDialog - class JHelp.JTipsDialog.
This class is the Dialog that displays tips.
JTipsDialog(File) - Constructor for class JHelp.JTipsDialog
Construct a JTipsDialog.
JTipsDialog(File, Frame) - Constructor for class JHelp.JTipsDialog
Construct a JTipsDialog.
jTipsDialogClosed(Dimension, Point, boolean, int) - Method in interface JHelp.JTipsListener
JTipsDialog calls this method when the dialog is closed.
JTipsListener - interface JHelp.JTipsListener.
This interface defines a method called when JTipsDialog is closed.

R

removeJHelpListener(JHelpListener) - Method in class JHelp.JHelpFrame
Remove a JHelpListener for frame close events.
removeJTipsListener(JTipsListener) - Method in class JHelp.JTipsDialog
Remove a JTipsListener for frame close events.

S

setAcceptIcon(Icon) - Method in class JHelp.JLicenseDialog
Set the icon to display in the Accept button.
setAgreementFont(Font) - Method in class JHelp.JLicenseDialog
Set the font to use for the accept question and Yes checkbox.
setBackIcon(Icon) - Method in class JHelp.JHelpFrame
Set the icon to display in the Back button.
setCharset(String) - Method in class JHelp.JTipsDialog
Set the character set used to read the html tip files.
setCharset(String) - Method in class JHelp.JLicenseDialog
 
setCharset(String) - Method in class JHelp.JHelpFrame
Set the character set used to read the html help content files.
setCloseIcon(Icon) - Method in class JHelp.JTipsDialog
Set the icon to display in the Close button.
setDividerLocation(int) - Method in class JHelp.JHelpFrame
Set the divider location between the help content and the Contents/Search area.
setExitIcon(Icon) - Method in class JHelp.JLicenseDialog
Set the icon to display in the Exit button.
setForwardIcon(Icon) - Method in class JHelp.JHelpFrame
Set the icon to display in the Forward button.
setMinimumFrameSize(Dimension) - Method in class JHelp.JHelpFrame
Sets the minimum size of this frame.
setMinimumSize(Dimension) - Method in class JHelp.JTipsDialog
Sets the minimum size of this dialog.
setNextIcon(Icon) - Method in class JHelp.JTipsDialog
Set the icon to display in the Next button.
setPreviousIcon(Icon) - Method in class JHelp.JTipsDialog
Set the icon to display in the Previous button.
setShowAtStartupCheckbox(boolean) - Method in class JHelp.JTipsDialog
Set the show at startup checkbox.
setTabTitleContents(String) - Method in class JHelp.JHelpFrame
Set the text to display on the Contents tab.
setTabTitleSearch(String) - Method in class JHelp.JHelpFrame
Set the text to display on the Search tab.
setVisible(boolean) - Method in class JHelp.JTipsDialog
Display or hide the JTipsDialog window.
setVisible(boolean) - Method in class JHelp.JHelpFrame
Display or hide the JHelpFrame window.
show() - Method in class JHelp.JTipsDialog
Display the JTipsDialog window.
show() - Method in class JHelp.JHelpFrame
Display the JHelpFrame window.
showIndex(int) - Method in class JHelp.JTipsDialog
Set the tip index to display.

A C D G H I J R S