public final class ValidationUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
addNotifier(org.eclipse.ui.IEditorPart editorPart,
org.eclipse.emf.common.notify.Notifier notifier) |
static java.util.Map<org.eclipse.ui.IEditorPart,ConstraintAdapter> |
getAdapterMap() |
static boolean |
isConstraintsRegisteredForEditorId(java.lang.String editorId)
Returns whether there are constraint specifications registered for an editor Id.
|
static void |
registerEditorPart(org.eclipse.ui.IEditorPart editorPart) |
static void |
unregisterEditorPart(org.eclipse.ui.IEditorPart editorPart) |
public static java.util.Map<org.eclipse.ui.IEditorPart,ConstraintAdapter> getAdapterMap()
public static void addNotifier(org.eclipse.ui.IEditorPart editorPart, org.eclipse.emf.common.notify.Notifier notifier)
public static void registerEditorPart(org.eclipse.ui.IEditorPart editorPart)
public static void unregisterEditorPart(org.eclipse.ui.IEditorPart editorPart)
public static boolean isConstraintsRegisteredForEditorId(java.lang.String editorId)
editorId
- The editor Id which should be checkedtrue
if there are registered constraint specifications