public static class IAnnotationProvider.AnnotationProviderContext
extends java.lang.Object
The context object encapsulates the functionality to fire property changes and events.
Modifier and Type | Field and Description |
---|---|
IProperty<IAnnotationTypeId> |
AnnotationTypeId |
IProperty<java.lang.String> |
AnnotationTypeName |
IProperty<java.lang.String> |
Author |
IProperty<java.lang.String> |
DateTime |
IProperty<IUIAElement> |
Target |
Constructor and Description |
---|
AnnotationProviderContext(IInitContext init,
IAnnotationProvider provider) |
public final IProperty<IAnnotationTypeId> AnnotationTypeId
public final IProperty<java.lang.String> AnnotationTypeName
public final IProperty<java.lang.String> Author
public final IProperty<java.lang.String> DateTime
public final IProperty<IUIAElement> Target
public AnnotationProviderContext(IInitContext init, IAnnotationProvider provider)