Uses of Class
org.eclipse.gmf.map.editor.part.GMFMapDiagramFileCreator

Packages that use GMFMapDiagramFileCreator
org.eclipse.gmf.map.editor.part   
 

Uses of GMFMapDiagramFileCreator in org.eclipse.gmf.map.editor.part
 

Methods in org.eclipse.gmf.map.editor.part that return GMFMapDiagramFileCreator
 GMFMapDiagramFileCreator GMFMapCreationWizardPage.getDiagramFileCreator()
           
static GMFMapDiagramFileCreator GMFMapDiagramFileCreator.getInstance()
           
 

Methods in org.eclipse.gmf.map.editor.part with parameters of type GMFMapDiagramFileCreator
static org.eclipse.emf.common.util.URI GMFMapDiagramEditorUtil.createAndOpenDiagram(GMFMapDiagramFileCreator diagramFileCreator, org.eclipse.core.runtime.IPath containerPath, String fileName, InputStream initialContents, String kind, org.eclipse.ui.IWorkbenchWindow window, org.eclipse.core.runtime.IProgressMonitor progressMonitor, boolean openEditor, boolean saveDiagram)
           
static org.eclipse.core.resources.IFile GMFMapDiagramEditorUtil.createNewDiagramFile(GMFMapDiagramFileCreator diagramFileCreator, org.eclipse.core.runtime.IPath containerFullPath, String fileName, InputStream initialContents, String kind, org.eclipse.swt.widgets.Shell shell, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
           This method should be called within a workspace modify operation since it creates resources.
 



Copyright © 2012. All Rights Reserved.