Interface TextEditor

All Superinterfaces:
FileEditor
All Known Implementing Classes:
IdeFileEditor

public interface TextEditor extends FileEditor
Author:
Ildar
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    navigateTo(int line, int column)
     
  • Method Details