public abstract class EditorFileSwapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<EditorFileSwapper> |
EP_NAME |
Constructor and Description |
---|
EditorFileSwapper() |
Modifier and Type | Method and Description |
---|---|
static TextEditorImpl |
findSinglePsiAwareEditor(FileEditor[] fileEditors) |
abstract Pair<VirtualFile,java.lang.Integer> |
getFileToSwapTo(Project project,
EditorWithProviderComposite editorWithProviderComposite) |
public static final ExtensionPointName<EditorFileSwapper> EP_NAME
public abstract Pair<VirtualFile,java.lang.Integer> getFileToSwapTo(Project project, EditorWithProviderComposite editorWithProviderComposite)
public static TextEditorImpl findSinglePsiAwareEditor(FileEditor[] fileEditors)