public class EditorHelper
extends java.lang.Object
Constructor and Description |
---|
EditorHelper() |
Modifier and Type | Method and Description |
---|---|
static <T extends PsiElement> |
openFilesInEditor(T [] elements) |
static Editor |
openInEditor(PsiElement element) |
static FileEditor |
openInEditor(PsiElement element,
boolean switchToText) |
static FileEditor |
openInEditor(PsiElement element,
boolean switchToText,
boolean focusEditor) |
public static <T extends PsiElement> void openFilesInEditor(T [] elements)
public static Editor openInEditor(PsiElement element)
public static FileEditor openInEditor(PsiElement element, boolean switchToText)
public static FileEditor openInEditor(PsiElement element, boolean switchToText, boolean focusEditor)