| |
|
| java.lang.Object org.netbeans.modules.visualweb.gravy.actions.Action org.netbeans.modules.visualweb.gravy.actions.HelpAction
HelpAction | public class HelpAction extends Action (Code) | | Used to call "Help|Contents" or "Help|Help Sets|{help_set} main menu item,
"org.openide.actions.HelpAction" or F1 shortcut. It can also be used
to invoke help on a property sheet from popup menu.
See Also: Action author: Adam Sotona |
Constructor Summary | |
public | HelpAction(String helpSet) Creates new HelpAction instance for specific help set.
Parameters: helpSet - menu item of help set to be showed (e.g. | public | HelpAction() Creates new HelpAction instance for master help set (Help|Contents)
or for generic use e.g. |
HelpAction | public HelpAction(String helpSet)(Code) | | Creates new HelpAction instance for specific help set.
Parameters: helpSet - menu item of help set to be showed (e.g. "Core IDE Help") |
HelpAction | public HelpAction()(Code) | | Creates new HelpAction instance for master help set (Help|Contents)
or for generic use e.g. in property sheets.
|
|
|
|