Package com.luciad.gui.help
Interface ILcdHelpActionFactory
public interface ILcdHelpActionFactory
Factory to create help actions for buttons etc. .
-
Method Summary
Modifier and TypeMethodDescriptioncreateHelpAction
(String aHelpIDString, Component aSource) Create an action that displays context sensitive help.
-
Method Details
-
createHelpAction
Create an action that displays context sensitive help.- Parameters:
aHelpIDString
- The help id to display help for.aSource
- The source to which this action will be attached, probably a button.- Returns:
- The newly created action.
-