public interface IComments
Modifier and Type | Method and Description |
---|---|
void |
addCommentProvider(ICommentProvider provider,
int priority)
Register comment provider.
|
void |
removeCommentProvider(ICommentProvider provider)
Remove provider.
|
void addCommentProvider(ICommentProvider provider, int priority)
provider
- providerpriority
- priority of provider. 0 - used for standard comments. Value can be more than 0 for display
comments below, or less than 0 for display comments above.void removeCommentProvider(ICommentProvider provider)