Interface | Description |
---|---|
Comment |
A
Comment represents an annotation created by a user (author) on a specific target (e.g. |
CommentCollection<C extends Comment> |
A
CommentCollection represents a collection of Comment s. |
CommentingProvider |
A
CommentingProvider represents a "configuration" used by the CommentManager service to create
and store Comment s and CommentCollection s. |
CommentManager |
The
CommentManager provides facilities to manage (create, get or remove) CommentCollection s. |
Class | Description |
---|---|
AbstractComment |
The
AbstractComment implements Comment and provides the API implementation, at the same time
offering abstract methods with which concrete implementations can control retrieval and storage of resources. |
AbstractCommentCollection<C extends Comment> |
The
AbstractCommentCollection implements a CommentCollection and provides basic implementation
of the API, providing abstract methods so that concrete implementations can control storage and retrieval of
resources. |
AbstractCommentingProvider |
The
AbstractCommentingProvider provides a default implementation for storing Comment s and CommentCollection s. |
CommentingEvent |
The
CommentingEvent represents events occurred during commenting |
CommentingOperationHandler |
Enum | Description |
---|---|
CommentingEvent.Type |
types of commenting events
|
Exception | Description |
---|---|
CommentException |
The
CommentException applies to exceptions occurring in commenting. |
Copyright © 2010 - 2020 Adobe. All Rights Reserved