|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.ide.SelectInEditorManager
public abstract class SelectInEditorManager
| Constructor Summary | |
|---|---|
SelectInEditorManager()
|
|
| Method Summary | |
|---|---|
static SelectInEditorManager |
getInstance(Project project)
|
abstract void |
selectInEditor(VirtualFile file,
int startOffset,
int endOffset,
boolean toSelectLine,
boolean toUseNormalSelection)
Do selection in Editor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectInEditorManager()
| Method Detail |
|---|
public static SelectInEditorManager getInstance(Project project)
public abstract void selectInEditor(VirtualFile file,
int startOffset,
int endOffset,
boolean toSelectLine,
boolean toUseNormalSelection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||