|
The Physiologist's Friend Simulation API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unizh.ini.friend.gui.FriendHelp
public class FriendHelp
Shows help system. The actionPerformed(java.awt.event.ActionEvent)
method is used when an instance of this class is registered with the
gui's help contents menu item.
Field Summary | |
---|---|
javax.help.HelpBroker |
hb
the HelpBroker |
static String |
HELPSET_URL
relative URL of help set file |
javax.help.HelpSet |
hs
the HelpSet |
Constructor Summary | |
---|---|
FriendHelp(JFrame gui)
Creates a new instance of FirendHelp. |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
Shows the help system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public javax.help.HelpSet hs
HelpSet
public javax.help.HelpBroker hb
HelpBroker
public static final String HELPSET_URL
Constructor Detail |
---|
public FriendHelp(JFrame gui)
HelpSet
and makes the HelpBroker
.
gui
- the parent component. This is used to show the error message dialog when help is not found.Method Detail |
---|
public void actionPerformed(ActionEvent e)
CSH.DisplayHelpFromSource.actionPerformed(java.awt.event.ActionEvent)
to show the help system
in a JHelp
window.
actionPerformed
in interface ActionListener
e
- the event
|
http://www.ini.unizh.ch/~tobi/friend | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |