Uses of Class
org.eclipse.emf.cdo.etypes.util.BasicAnnotationValidator.Assistant
Package
Description
The generated EMF edit support of the CDO system data types and native annotations.
Provides a base class for supporting the specialization of
AnnotationItemProvider
and StringToStringMapEntryItemProvider
.The generated EMF utilities of the CDO system data types and native annotations.
-
Uses of BasicAnnotationValidator.Assistant in org.eclipse.emf.cdo.etypes.provider
Modifier and TypeMethodDescriptionprotected BasicAnnotationValidator.Assistant
AnnotationItemProvider.getAssistant()
Returns theassistant
of theannotation item provider adapter factory
, if available.protected BasicAnnotationValidator.Assistant
StringToStringMapEntryItemProvider.getAssistant()
Returns theassistant
of theannotation item provider adapter factory
, if available. -
Uses of BasicAnnotationValidator.Assistant in org.eclipse.emf.cdo.etypes.provider.annotation
Modifier and TypeFieldDescriptionprotected final BasicAnnotationValidator.Assistant
AnnotationItemProviderAdapterFactory.assistant
The assistant provided in the constructor and returned byAnnotationItemProviderAdapterFactory.getAssistant()
.protected final BasicAnnotationValidator.Assistant
AnnotationItemProviderAdapterFactory.ModeledItemPropertyDescriptorDecorator.assistant
The assistant used forvalue conversion
.Modifier and TypeMethodDescriptionAnnotationItemProviderAdapterFactory.getAssistant()
Returns the assistant.ModifierConstructorDescriptionAnnotationItemProviderAdapterFactory
(ResourceLocator resourceLocator, BasicAnnotationValidator.Assistant assistant) This constructs an instance given a resource locator and an annotation assistant.ModeledItemPropertyDescriptorDecorator
(IItemPropertyDescriptor propertyDescriptor, EObject eObject, String key, EStructuralFeature eStructuralFeature, Annotation annotation, ResourceLocator resourceLocator, EditingDomain domain, BasicAnnotationValidator.Assistant assistant) -
Uses of BasicAnnotationValidator.Assistant in org.eclipse.emf.cdo.etypes.util
Modifier and TypeFieldDescriptionprotected final BasicAnnotationValidator.Assistant
BasicAnnotationValidator.assistant
Theassistant
used by the framework to induce a user interface.Modifier and TypeMethodDescriptionprotected BasicAnnotationValidator.Assistant
BasicAnnotationValidator.createAssistant()
Creates the assistant.BasicAnnotationValidator.getAssistant()
Returns the assistant provided by this annotation validator which is generally useful to provide access to protected methods that are needed primarily for inducing a user interface that represents the annotations in a more structured form.