Interface TextEditorService


  • public interface TextEditorService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void edit​(java.lang.String name, java.io.InputStream inputStream)
      Shows an text editor component with the contents of the specified InputStream.
    • Method Detail

      • edit

        void edit​(java.lang.String name,
                  java.io.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.