Runtime

Uses of Class
org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.DiagramModificationListener

Packages that use DiagramModificationListener
org.eclipse.gmf.runtime.diagram.ui.resources.editor.document   
org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document   
 

Uses of DiagramModificationListener in org.eclipse.gmf.runtime.diagram.ui.resources.editor.document
 

Fields in org.eclipse.gmf.runtime.diagram.ui.resources.editor.document declared as DiagramModificationListener
 DiagramModificationListener DiagramInputDocumentProvider.DiagramResourceInfo.fListener
           
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.resources.editor.document with parameters of type DiagramModificationListener
DiagramInputDocumentProvider.DiagramResourceInfo(IDocument document, DiagramModificationListener listener)
          Creates a new storage info.
 

Uses of DiagramModificationListener in org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document
 

Subclasses of DiagramModificationListener in org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document
 class FileDiagramModificationListener
          Listener for modification events on a diagram.
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.document with parameters of type DiagramModificationListener
FileDiagramDocumentProvider.DiagramFileInfo(IDocument document, FileDocumentProvider.FileSynchronizer fileSynchronizer, DiagramModificationListener listener)
          Creates and returns a new file info.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.