Module platform

Interface FileDocument

All Superinterfaces:
Document
All Known Implementing Classes:
RSyntaxTextAreaDocument, TextEditorSupport.Doc

public interface FileDocument extends Document
A document that is opened by the text editor. It is linked to a FileSource to push the modifications in.
  • Method Details Link icon

    • isModified Link icon

      boolean isModified()
    • isEditable Link icon

      boolean isEditable()
    • getSystemId Link icon

      String getSystemId()
    • getMimeType Link icon

      MimeType getMimeType()
    • save Link icon

      void save()