Package docking.help
Interface HelpActionManager
public interface HelpActionManager
Register help for a specific component.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setHelpLocation
(JComponent comp, HelpLocation helpLocation) Enable help for a component.
-
Method Details
-
setHelpLocation
Enable help for a component.- Parameters:
comp
- component that has help associated with ithelpLocation
- help content location
-