Search in sources :

Example 1 with HelpManager

use of com.intellij.openapi.help.HelpManager in project intellij-community by JetBrains.

the class ExtractClassDialog method doHelpAction.

protected void doHelpAction() {
    final HelpManager helpManager = HelpManager.getInstance();
    helpManager.invokeHelp(HelpID.ExtractClass);
}
Also used : HelpManager(com.intellij.openapi.help.HelpManager)

Example 2 with HelpManager

use of com.intellij.openapi.help.HelpManager in project intellij-community by JetBrains.

the class IntroduceParameterObjectDialog method doHelpAction.

protected void doHelpAction() {
    final HelpManager helpManager = HelpManager.getInstance();
    helpManager.invokeHelp(HelpID.IntroduceParameterObject);
}
Also used : HelpManager(com.intellij.openapi.help.HelpManager)

Aggregations

HelpManager (com.intellij.openapi.help.HelpManager)2