Package docking.help
Interface HelpActionManager
- 
public interface HelpActionManagerRegister help for a specific component. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHelpLocation(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
 
 - 
 
 -