org.eclipse.emf.ecoretools.diagram.part
Class EcoreDocumentProvider.ResourceSetInfo
java.lang.Object
org.eclipse.emf.ecoretools.diagram.part.EcoreDocumentProvider.ResourceSetInfo
- All Implemented Interfaces:
- org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentListener
- Enclosing class:
- EcoreDocumentProvider
protected class EcoreDocumentProvider.ResourceSetInfo
- extends java.lang.Object
Remove inside the workspace synchronizer
Field Summary |
org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDiagramDocument |
myDocument
|
Constructor Summary |
EcoreDocumentProvider.ResourceSetInfo(org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDiagramDocument document,
org.eclipse.ui.IEditorInput editorInput)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
myDocument
public org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDiagramDocument myDocument
EcoreDocumentProvider.ResourceSetInfo
public EcoreDocumentProvider.ResourceSetInfo(org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDiagramDocument document,
org.eclipse.ui.IEditorInput editorInput)
getModificationStamp
public long getModificationStamp()
setModificationStamp
public void setModificationStamp(long modificationStamp)
getEditingDomain
public org.eclipse.emf.transaction.TransactionalEditingDomain getEditingDomain()
getResourceSet
public org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
getLoadedResourcesIterator
public java.util.Iterator<org.eclipse.emf.ecore.resource.Resource> getLoadedResourcesIterator()
getEditorInput
public org.eclipse.ui.IEditorInput getEditorInput()
dispose
public void dispose()
isSynchronized
public boolean isSynchronized()
setUnSynchronized
public void setUnSynchronized(org.eclipse.emf.ecore.resource.Resource resource)
setSynchronized
public void setSynchronized(org.eclipse.emf.ecore.resource.Resource resource)
stopResourceListening
public final void stopResourceListening()
startResourceListening
public final void startResourceListening()
isUpdateCache
public boolean isUpdateCache()
setUpdateCache
public void setUpdateCache(boolean update)
isModifiable
public boolean isModifiable()
setModifiable
public void setModifiable(boolean modifiable)
isReadOnly
public boolean isReadOnly()
setReadOnly
public void setReadOnly(boolean readOnly)