com.intellij.ide
Class SelectInEditorManager

java.lang.Object
  extended by com.intellij.ide.SelectInEditorManager

public abstract class SelectInEditorManager
extends java.lang.Object


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

SelectInEditorManager

public SelectInEditorManager()
Method Detail

getInstance

public static SelectInEditorManager getInstance(Project project)

selectInEditor

public abstract void selectInEditor(VirtualFile file,
                                    int startOffset,
                                    int endOffset,
                                    boolean toSelectLine,
                                    boolean toUseNormalSelection)
Do selection in Editor. This selection is removed automatically, then caret position is changed, focus is gained to Editor, or this method is called again.