org.eclipse.gmf.graphdef.editor.part
Class GMFGraphDocumentProvider.ResourceSetInfo

java.lang.Object
  extended by org.eclipse.gmf.graphdef.editor.part.GMFGraphDocumentProvider.ResourceSetInfo
All Implemented Interfaces:
org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentListener
Enclosing class:
GMFGraphDocumentProvider

protected class GMFGraphDocumentProvider.ResourceSetInfo
extends Object

Generated

Constructor Summary
GMFGraphDocumentProvider.ResourceSetInfo(org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDiagramDocument document, org.eclipse.ui.IEditorInput editorInput)
           
 
Method Summary
 void dispose()
           
 org.eclipse.emf.transaction.TransactionalEditingDomain getEditingDomain()
           
 org.eclipse.ui.IEditorInput getEditorInput()
           
 Iterator getLoadedResourcesIterator()
           
 long getModificationStamp()
           
 org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
           
 boolean isModifiable()
           
 boolean isReadOnly()
           
 boolean isSynchronized()
           
 boolean isUpdateCache()
           
 void setModifiable(boolean modifiable)
           
 void setModificationStamp(long modificationStamp)
           
 void setReadOnly(boolean readOnly)
           
 void setSynchronized(org.eclipse.emf.ecore.resource.Resource resource)
           
 void setUnSynchronized(org.eclipse.emf.ecore.resource.Resource resource)
           
 void setUpdateCache(boolean update)
           
 void startResourceListening()
           
 void stopResourceListening()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMFGraphDocumentProvider.ResourceSetInfo

public GMFGraphDocumentProvider.ResourceSetInfo(org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDiagramDocument document,
                                                org.eclipse.ui.IEditorInput editorInput)
Generated
Method Detail

getModificationStamp

public long getModificationStamp()
Generated

setModificationStamp

public void setModificationStamp(long modificationStamp)
Generated

getEditingDomain

public org.eclipse.emf.transaction.TransactionalEditingDomain getEditingDomain()
Generated

getResourceSet

public org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
Generated

getLoadedResourcesIterator

public Iterator getLoadedResourcesIterator()
Generated

getEditorInput

public org.eclipse.ui.IEditorInput getEditorInput()
Generated

dispose

public void dispose()
Generated

isSynchronized

public boolean isSynchronized()
Generated

setUnSynchronized

public void setUnSynchronized(org.eclipse.emf.ecore.resource.Resource resource)
Generated

setSynchronized

public void setSynchronized(org.eclipse.emf.ecore.resource.Resource resource)
Generated

stopResourceListening

public final void stopResourceListening()
Generated

startResourceListening

public final void startResourceListening()
Generated

isUpdateCache

public boolean isUpdateCache()
Generated

setUpdateCache

public void setUpdateCache(boolean update)
Generated

isModifiable

public boolean isModifiable()
Generated

setModifiable

public void setModifiable(boolean modifiable)
Generated

isReadOnly

public boolean isReadOnly()
Generated

setReadOnly

public void setReadOnly(boolean readOnly)
Generated


Copyright © 2012. All Rights Reserved.