Class EMFProfileDiagramEditorUtil
java.lang.Object
org.modelversioning.emfprofile.diagram.part.EMFProfileDiagramEditorUtil
- Generated class or method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classXXX This is quite suspicious code (especially editPartTmpHolder) and likely to be removed soon -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourcecreateDiagram(URI diagramURI, IProgressMonitor progressMonitor) static org.eclipse.gmf.runtime.notation.ViewfindView(org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart diagramEditPart, EObject targetElement, EMFProfileDiagramEditorUtil.LazyElement2ViewMap lazyElement2ViewMap) static Map<?,?> static StringgetUniqueFileName(IPath containerFullPath, String fileName, String extension) static booleanopenDiagram(Resource diagram) static ResourceopenModel(Shell shell, String description, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain) Allows user to select file and loads it as a model.static voidRuns the wizard in a dialog.static voidselectElementsInDiagram(org.eclipse.gmf.runtime.diagram.ui.parts.IDiagramWorkbenchPart diagramPart, List<org.eclipse.gef.EditPart> editParts)
-
Constructor Details
-
EMFProfileDiagramEditorUtil
public EMFProfileDiagramEditorUtil()
-
-
Method Details
-
getSaveOptions
- Generated class or method.
-
openDiagram
- Throws:
PartInitException- Generated class or method.
-
getUniqueFileName
- Generated class or method.
-
openModel
public static Resource openModel(Shell shell, String description, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain) Allows user to select file and loads it as a model.- Generated class or method.
-
runWizard
Runs the wizard in a dialog.- Generated class or method.
-
createDiagram
- Generated class or method.
-
selectElementsInDiagram
public static void selectElementsInDiagram(org.eclipse.gmf.runtime.diagram.ui.parts.IDiagramWorkbenchPart diagramPart, List<org.eclipse.gef.EditPart> editParts) - Generated class or method.
-
findView
public static org.eclipse.gmf.runtime.notation.View findView(org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart diagramEditPart, EObject targetElement, EMFProfileDiagramEditorUtil.LazyElement2ViewMap lazyElement2ViewMap) - Generated class or method.
-