|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.diagram.ui.DiagramUtil
Provides miscellaneous diagram utilities
| Constructor Summary | |
DiagramUtil()
|
|
| Method Summary | |
static IDiagramWorkbenchPart |
getOpenedDiagramEditor(Diagram diagram,
IWorkbenchWindow window)
Rerturns an open editor for the given diagram in the given workbench window if the window is null, the active window in the platform is considered |
static void |
openDiagramEditor(Diagram diagram)
Opens an editor for a given diagram |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DiagramUtil()
| Method Detail |
public static void openDiagramEditor(Diagram diagram)
diagram - The diagram to be opened
public static IDiagramWorkbenchPart getOpenedDiagramEditor(Diagram diagram,
IWorkbenchWindow window)
diagram - The given diagramwindow - The given window (or null to mean the active one)
IDiagramWorkbenchPart
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.