Package docking.help
Interface HelpActionManager
-
public interface HelpActionManager
Register help for a specific component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setHelpLocation(javax.swing.JComponent comp, HelpLocation helpLocation)
Enable help for a component.
-
-
-
Method Detail
-
setHelpLocation
void setHelpLocation(javax.swing.JComponent comp, HelpLocation helpLocation)
Enable help for a component.- Parameters:
comp
- component that has help associated with ithelpLocation
- help content location
-
-