Interface TextEditorService


public interface TextEditorService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    edit(String name, InputStream inputStream)
    Shows an text editor component with the contents of the specified InputStream.
  • Method Details

    • edit

      void edit(String name, InputStream inputStream)
      Shows an text editor component with the contents of the specified InputStream.

      Parameters:
      name - String name of file
      inputStream - InputStream with content that should be displayed in the edit window. Stream closed by this service.