public class OnlineHelpDisplayer extends Object
| Constructor and Description |
|---|
OnlineHelpDisplayer() |
| Modifier and Type | Method and Description |
|---|---|
static ActionListener |
getHelpActionListener(Component c,
String l,
JFrame topFrame)
Get an ActionListener linked to the Alida online help system.
|
static void |
initHelpset(String prefix)
Explicitly init the helpset, i.e. set helpset prefix.
|
public static void initHelpset(String prefix)
By default the prefix is set to 'alida', but to access MiToBo's helpset pages, it needs to be set to 'mitobo' prior to the first call to any helpset page. This routine reinitializes the helpset.
prefix - Prefix of the target helpset, i.e. 'alida' or 'mitobo'.public static ActionListener getHelpActionListener(Component c, String l, JFrame topFrame)
c - Component to which to attach the listener (buttons, menu items).l - Label of the page in the helpset to be displayed.topFrame - Top-level frame using online help.Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.