Class DeleteDocumentOperation

    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteDocumentOperation​(int beginLine, int endLine, int beginColumn, int endColumn)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Document document)
      Apply this operation to the specified document
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeleteDocumentOperation

        public DeleteDocumentOperation​(int beginLine,
                                       int endLine,
                                       int beginColumn,
                                       int endColumn)
    • Method Detail

      • apply

        public void apply​(Document document)
        Description copied from class: DocumentOperation
        Apply this operation to the specified document
        Specified by:
        apply in class DocumentOperation
        Parameters:
        document - the document to which apply the operation