|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.misc.Help
Encapsulates JavaHelp for the utmost in simplicity of adding help to GUI elements.
Nested Class Summary | |
static class |
Help.HelpID
Constant Class which provides a master index of Help IDs |
Method Summary | |
static void |
enableDialogHelp(javax.swing.JDialog dialog,
Help.HelpID id)
Sets the context-sensitive Dialog-Level help |
static void |
enableHelpOnButton(javax.swing.AbstractButton button,
Help.HelpID id)
Set the Help for a button (and Swing menu items) |
static void |
init()
Initializes the Help system, to use the default Help file, for the given Locale. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void init()
public static void enableDialogHelp(javax.swing.JDialog dialog, Help.HelpID id)
public static void enableHelpOnButton(javax.swing.AbstractButton button, Help.HelpID id)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |