de.cau.cs.kieler.synccharts.diagram.part
Class SyncchartsDocumentProvider.ResourceSetInfo

java.lang.Object
  extended by org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.AbstractDocumentProvider.ElementInfo
      extended by de.cau.cs.kieler.synccharts.diagram.part.SyncchartsDocumentProvider.ResourceSetInfo
All Implemented Interfaces:
IDocumentListener
Enclosing class:
SyncchartsDocumentProvider

protected class SyncchartsDocumentProvider.ResourceSetInfo
extends AbstractDocumentProvider.ElementInfo

Rating red
Generated:
This code was automatically generated.

Field Summary
 
Fields inherited from class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.AbstractDocumentProvider.ElementInfo
fCanBeSaved, fCount, fDocument, fElement, fIsStateValidated, fStatus
 
Constructor Summary
SyncchartsDocumentProvider.ResourceSetInfo(IDiagramDocument document, IEditorInput editorInput)
           
 
Method Summary
 void dispose()
           
 TransactionalEditingDomain getEditingDomain()
           
 IEditorInput getEditorInput()
           
 Iterator<Resource> getLoadedResourcesIterator()
           
 long getModificationStamp()
           
 ResourceSet getResourceSet()
           
 boolean isModifiable()
           
 boolean isReadOnly()
           
 boolean isSynchronized()
           
 boolean isUpdateCache()
           
 void setModifiable(boolean modifiable)
           
 void setModificationStamp(long modificationStamp)
           
 void setReadOnly(boolean readOnly)
           
 void setSynchronized(Resource resource)
           
 void setUnSynchronized(Resource resource)
           
 void setUpdateCache(boolean update)
           
 void startResourceListening()
           
 void stopResourceListening()
           
 
Methods inherited from class org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.AbstractDocumentProvider.ElementInfo
documentAboutToBeChanged, documentChanged, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncchartsDocumentProvider.ResourceSetInfo

public SyncchartsDocumentProvider.ResourceSetInfo(IDiagramDocument document,
                                                  IEditorInput editorInput)
Generated:
This code was automatically generated.
Method Detail

getModificationStamp

public long getModificationStamp()
Generated:
This code was automatically generated.

setModificationStamp

public void setModificationStamp(long modificationStamp)
Generated:
This code was automatically generated.

getEditingDomain

public TransactionalEditingDomain getEditingDomain()
Generated:
This code was automatically generated.

getResourceSet

public ResourceSet getResourceSet()
Generated:
This code was automatically generated.

getLoadedResourcesIterator

public Iterator<Resource> getLoadedResourcesIterator()
Generated:
This code was automatically generated.

getEditorInput

public IEditorInput getEditorInput()
Generated:
This code was automatically generated.

dispose

public void dispose()
Generated:
This code was automatically generated.

isSynchronized

public boolean isSynchronized()
Generated:
This code was automatically generated.

setUnSynchronized

public void setUnSynchronized(Resource resource)
Generated:
This code was automatically generated.

setSynchronized

public void setSynchronized(Resource resource)
Generated:
This code was automatically generated.

stopResourceListening

public final void stopResourceListening()
Generated:
This code was automatically generated.

startResourceListening

public final void startResourceListening()
Generated:
This code was automatically generated.

isUpdateCache

public boolean isUpdateCache()
Generated:
This code was automatically generated.

setUpdateCache

public void setUpdateCache(boolean update)
Generated:
This code was automatically generated.

isModifiable

public boolean isModifiable()
Generated:
This code was automatically generated.

setModifiable

public void setModifiable(boolean modifiable)
Generated:
This code was automatically generated.

isReadOnly

public boolean isReadOnly()
Generated:
This code was automatically generated.

setReadOnly

public void setReadOnly(boolean readOnly)
Generated:
This code was automatically generated.