public class ConstraintAdapter
extends java.lang.Object
Constructor and Description |
---|
ConstraintAdapter(org.eclipse.ui.IEditorPart editorPart,
org.eclipse.emf.common.notify.Notifier notifier,
org.apache.log4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.resources.IMarker |
addMarker(IPatternMatch match,
org.eclipse.core.resources.IMarker marker) |
org.eclipse.core.resources.IMarker |
addMarker(IViolation violation,
org.eclipse.core.resources.IMarker marker) |
void |
dispose() |
org.eclipse.core.resources.IMarker |
getMarker(IPatternMatch match) |
org.eclipse.core.resources.IMarker |
getMarker(IViolation violation) |
org.eclipse.core.resources.IMarker |
removeMarker(IPatternMatch match) |
org.eclipse.core.resources.IMarker |
removeMarker(IViolation violation) |
public ConstraintAdapter(org.eclipse.ui.IEditorPart editorPart, org.eclipse.emf.common.notify.Notifier notifier, org.apache.log4j.Logger logger)
public void dispose()
public org.eclipse.core.resources.IMarker getMarker(IPatternMatch match)
public org.eclipse.core.resources.IMarker addMarker(IPatternMatch match, org.eclipse.core.resources.IMarker marker)
public org.eclipse.core.resources.IMarker removeMarker(IPatternMatch match)
public org.eclipse.core.resources.IMarker getMarker(IViolation violation)
public org.eclipse.core.resources.IMarker addMarker(IViolation violation, org.eclipse.core.resources.IMarker marker)
public org.eclipse.core.resources.IMarker removeMarker(IViolation violation)