public abstract class SelectInEditorManager
extends java.lang.Object
Constructor and Description |
---|
SelectInEditorManager() |
Modifier and Type | Method and Description |
---|---|
static SelectInEditorManager |
getInstance(Project project) |
abstract void |
selectInEditor(VirtualFile file,
int startOffset,
int endOffset,
boolean toSelectLine,
boolean toUseNormalSelection)
Do selection in Editor.
|
public static SelectInEditorManager getInstance(Project project)
public abstract void selectInEditor(VirtualFile file, int startOffset, int endOffset, boolean toSelectLine, boolean toUseNormalSelection)