org.eclipse.emf.edit.ui.util
Class EditUIUtil
java.lang.Object
org.eclipse.emf.edit.ui.util.EditUIUtil
- public class EditUIUtil
- extends Object
- Since:
- 2.2.0
Method Summary |
static boolean |
openEditor(EObject eObject)
Opens the default editor for the resource that contains the specified
EObject. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditUIUtil
public EditUIUtil()
openEditor
public static boolean openEditor(EObject eObject)
throws PartInitException
- Opens the default editor for the resource that contains the specified
EObject. This method only works if the resource's URI is a
platform resource URI.
- Throws:
PartInitException