Interface Editor

  • All Known Implementing Classes:
    Nano

    public interface Editor
    • Method Detail

      • open

        void open​(java.util.List<java.lang.String> files)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • run

        void run()
          throws java.io.IOException
        Throws:
        java.io.IOException
      • setRestricted

        void setRestricted​(boolean restricted)