public interface IAnnotationOutlet
IAnnotationFactory objects.
The registry is used to look up the IAnnotationFactory via type
names.
| Modifier and Type | Method and Description |
|---|---|
IAnnotationFactory[] |
getAnnotationFactories()
The list of all available
IAnnotationFactory objects. |
IAnnotationFactory |
lookupAnnotationFactory(COSName type)
The
IAnnotationFactory for the requested annotation type or null. |
void |
registerAnnotationFactory(IAnnotationFactory factory)
Register a new
IAnnotationFactory object. |
void |
unregisterAnnotationFactory(IAnnotationFactory factory)
Unregister a
IAnnotationFactory object. |
IAnnotationFactory[] getAnnotationFactories()
IAnnotationFactory objects. This is not
the internal data structure, so you can not manipulate directly.IAnnotationFactory instances.IAnnotationFactory lookupAnnotationFactory(COSName type)
IAnnotationFactory for the requested annotation type or null.type - An annotation type.IAnnotationFactory for the requested annotation type
or null.void registerAnnotationFactory(IAnnotationFactory factory)
IAnnotationFactory object.factory - The factory object to be registered.void unregisterAnnotationFactory(IAnnotationFactory factory)
IAnnotationFactory object.factory - The factory object to be deregistered.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.