CFE has it's own method for content assist to allow a easier method of contributing information to the user.
This class maintains a registry of all of the available Content Assist Contributors (CACors). Currently the following CACor registration points are available:
- Tag assist (user has typed a chevron) - Attribute assist (user is working on a tag and is now after attributes - Attribute value assist (user is now working within an attribute)
Clients can register their interest to provide assistance at runtime. In the future the best way to register CACors will be via the extension points that CFE will provide.
Duplicate CACors are not allowed. Registering an already-registered CACor will result in the original being replaced.
WARNING: The content assist interfaces are likey to change in the near future as the system is fine-tuned. @author Oliver Tupman
|
|
|
|
|
|
|
|