Interface javax.help.CSH.Manager
- public static interface CSH.Manager
CSH Manager Interface to support dynamicHelpSet and ID
 for object. CSH is allowed only for Component and MenuItem.
- Since: 
- 2.0
getHelpSet
public HelpSet getHelpSet(java.lang.Object comp,
                          java.awt.AWTEvent e)
- Returns HelpSet of the object depending on the event.- 
- Parameters:
- 
comp- The object to get- HelpSetfor it. Only- Componentand- MenuItemis allowed.
- 
e- The event by which dynamic CSH was invoked. It can be- MouseEventin case of window level CSH,- ActionEventin case of field level CSH or- nullotherwise.
- Returns:
- A HelpSet for given object or null if no HelpSet is assigned to object
- See Also:
- CSH.DisplayHelpAfterTracking, CSH.DisplayHelpFromFocus, CSH.DisplayHelpFromSource
 
getHelpIDString
public java.lang.String getHelpIDString(java.lang.Object comp,
                              java.awt.AWTEvent e)
- Returns String represent Map.ID of the object depending on the event.- 
- Parameters:
- 
comp- The object to get- Map.IDfor it. Only- Componentand- MenuItemis allowed.
- 
e- The event by which dynamic CSH was invoked. It can be- MouseEventin case of window level CSH,- ActionEventin case of field level CSH or- nullotherwise.
- Returns:
- A Map.ID string for given object or null if no Map.ID is assigned to object
- See Also:
- CSH.DisplayHelpAfterTracking, CSH.DisplayHelpFromFocus, CSH.DisplayHelpFromSource