|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ECPValidationResultService
Service for propagating validation results.
| Nested Class Summary | |
|---|---|
static interface |
ECPValidationResultService.ECPValidationResultServiceListener
Listener interface for getting informed on input changes of the validation view. |
| Method Summary | |
|---|---|
void |
deregister(ECPValidationResultService.ECPValidationResultServiceListener listener)
Deregisters a listener. |
void |
register(ECPValidationResultService.ECPValidationResultServiceListener listener)
Registers a listener that gets informed whenever the input changes. |
void |
register(ECPValidationResultService.ECPValidationResultServiceListener listener,
Set<org.eclipse.emf.ecore.EClassifier> classifiersOfInterest)
Registers a listener that gets informed whenever there is a validation result for an object of a type from the given set of EClassifiers. |
void |
setResult(org.eclipse.emf.common.util.Diagnostic diagnostic)
Passes the given diagnostic to all registered ECPValidationResultService.ECPValidationResultServiceListeners. |
void |
setResult(org.eclipse.emf.common.util.Diagnostic[] diagnostic)
Passes the given diagnostics to all registered ECPValidationResultService.ECPValidationResultServiceListeners. |
void |
setResult(List<org.eclipse.emf.common.util.Diagnostic> diagnostic)
Passes the given diagnostics to all registered ECPValidationResultService.ECPValidationResultServiceListeners. |
| Method Detail |
|---|
void setResult(org.eclipse.emf.common.util.Diagnostic diagnostic)
ECPValidationResultService.ECPValidationResultServiceListeners.
diagnostic - the diagnostic to displayvoid setResult(org.eclipse.emf.common.util.Diagnostic[] diagnostic)
ECPValidationResultService.ECPValidationResultServiceListeners.
diagnostic - the diagnostics to displayvoid setResult(List<org.eclipse.emf.common.util.Diagnostic> diagnostic)
ECPValidationResultService.ECPValidationResultServiceListeners.
diagnostic - the diagnostics to displayvoid register(ECPValidationResultService.ECPValidationResultServiceListener listener)
listener - the listener to be registered
void register(ECPValidationResultService.ECPValidationResultServiceListener listener,
Set<org.eclipse.emf.ecore.EClassifier> classifiersOfInterest)
EClassifiers.
listener - the listener to be registeredclassifiersOfInterest - the set of EClassifiersvoid deregister(ECPValidationResultService.ECPValidationResultServiceListener listener)
listener - the listener to be deregistered
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||