org.grinvin.help

Class HelpManager


public class HelpManager
extends java.lang.Object

Method Summary

static void
enableHelpKey(Component comp, String id)
static String
getCurrentHelpPage()
returns the id of the current help page, or if no id exists the url of the current page.
static String
getCurrentView()
delegates to HelpBroker
static HelpSet
getHelpSet()
static ResourceBundle
getResourceBundle()
static Window
getWindow()
static boolean
isHelpLoaded()
static void
setHelpIDString(Component comp, String id)
static void
showID(String id)
static void
startTracking()

Method Details

enableHelpKey

public static void enableHelpKey(Component comp,
                                 String id)

getCurrentHelpPage

public static String getCurrentHelpPage()
returns the id of the current help page, or if no id exists the url of the current page.

getCurrentView

public static String getCurrentView()
delegates to HelpBroker

getHelpSet

public static HelpSet getHelpSet()

getResourceBundle

public static ResourceBundle getResourceBundle()

getWindow

public static Window getWindow()

isHelpLoaded

public static boolean isHelpLoaded()

setHelpIDString

public static void setHelpIDString(Component comp,
                                   String id)

showID

public static void showID(String id)

startTracking

public static void startTracking()