Package de.uka.ipd.sdq.pcm.gmf.seff.part
Class PalladioComponentModelDiagramEditorUtil
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.seff.part.PalladioComponentModelDiagramEditorUtil
- Generated class or method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourcecreateDiagram(URI diagramURI, URI modelURI, IProgressMonitor progressMonitor) static org.eclipse.gmf.runtime.notation.ViewfindView(org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart diagramEditPart, EObject targetElement, PalladioComponentModelDiagramEditorUtil.LazyElement2ViewMap lazyElement2ViewMap) static Map<?,?> static StringgetUniqueFileName(IPath containerFullPath, String fileName, String extension) static booleanopenDiagram(Resource diagram) static voidstatic voidselectElementsInDiagram(org.eclipse.gmf.runtime.diagram.ui.parts.IDiagramWorkbenchPart diagramPart, List<org.eclipse.gef.EditPart> editParts) static voidsetCharset(IFile file)
-
Constructor Details
-
PalladioComponentModelDiagramEditorUtil
public PalladioComponentModelDiagramEditorUtil()
-
-
Method Details
-
getSaveOptions
- Generated class or method.
-
openDiagram
- Throws:
PartInitException- Generated class or method.
-
setCharset
- Generated class or method.
-
getUniqueFileName
- Generated class or method.
-
runWizard
- Generated class or method.
-
createDiagram
public static Resource createDiagram(URI diagramURI, URI modelURI, IProgressMonitor progressMonitor) - 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, PalladioComponentModelDiagramEditorUtil.LazyElement2ViewMap lazyElement2ViewMap) - Generated class or method.
-