This package defines the classes that allow clients present results of validation events
in the form of markers.
Clients register their presenters through
through the {@link com.ibm.xtools.emf.validation.IValidationManager}.
Package Specification
- {@link com.ibm.xtools.emf.validation.core.presentation.markers.ValidationMarkerPresenter}:
Class implemented by clients who wish to present validation results in the form
of markers.
- {@link com.ibm.xtools.emf.validation.core.presentation.markers.AbstractValidationMarkerPresenter}:
Abstract implementation of {@link com.ibm.xtools.emf.validation.core.presentation.markers.ValidationMarkerPresenter},
which provides some default marker creation and removal behaviour.
- {@link com.ibm.xtools.emf.validation.core.presentation.markers.IValidationMarkerHandler}:
Interface implemented by clients who are leveraging the
com.ibm.xtools.emf.validation.core.markerHandlers extension point to provide
specialized validation handling for validation constraints they have
specified in the extension point.
- {@link com.ibm.xtools.emf.validation.core.presentation.markers.MarkerDescriptor}:
Class that describes the details and attributes of a marker to be created.