Class ReplaceDocumentOperation

    • Constructor Summary

      Constructors 
      Constructor Description
      ReplaceDocumentOperation​(int beginLine, int endLine, int beginColumn, int endColumn, java.lang.String textToReplace)  
    • 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

      • ReplaceDocumentOperation

        public ReplaceDocumentOperation​(int beginLine,
                                        int endLine,
                                        int beginColumn,
                                        int endColumn,
                                        java.lang.String textToReplace)
    • 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