Class StoreXmlDocumentOperation

java.lang.Object
org.eclipse.ui.actions.WorkspaceModifyOperation
org.eclipse.epsilon.dt.exeed.modelink.StoreXmlDocumentOperation
All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableWithProgress, org.eclipse.jface.operation.IThreadListener

public class StoreXmlDocumentOperation extends org.eclipse.ui.actions.WorkspaceModifyOperation
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.jdom.Document
     
    protected org.eclipse.core.resources.IFile
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    StoreXmlDocumentOperation(org.jdom.Document doc, org.eclipse.core.resources.IFile file)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    execute(org.eclipse.core.runtime.IProgressMonitor monitor)
     

    Methods inherited from class org.eclipse.ui.actions.WorkspaceModifyOperation

    getRule, run, threadChange

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • doc

      protected org.jdom.Document doc
    • file

      protected org.eclipse.core.resources.IFile file
  • Constructor Details

    • StoreXmlDocumentOperation

      public StoreXmlDocumentOperation(org.jdom.Document doc, org.eclipse.core.resources.IFile file)
  • Method Details