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);
}
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);
}
Aggregations