Module platform

Interface FileDocument

All Superinterfaces:
Document
All Known Implementing Classes:
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

    • isModified

      boolean isModified()
    • isEditable

      boolean isEditable()
    • getSystemId

      String getSystemId()
    • getMimeType

      MimeType getMimeType()
    • save

      void save()