Interface LinesProvider

    • Method Detail

      • getName

        java.lang.String getName()
      • setLines

        void setLines​(LinesProvider.LinesFormat type,
                      java.util.List<java.lang.String> nwContent)
               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isBin

        boolean isBin()
      • isText

        default boolean isText()
      • getFile

        java.io.File getFile()
      • setFile

        void setFile​(java.io.File f)
      • open

        void open​(java.io.File f)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • save

        void save​(java.io.File f)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • asComponent

        javax.swing.JComponent asComponent()
      • undo

        void undo()
      • redo

        void redo()
      • resetUndoRedo

        void resetUndoRedo()
      • close

        void close()