| Modifier and Type | Method and Description |
|---|---|
ContextAreaCommentTreeModel |
CommentLayerContextComponent.getCommentTreeModel()
Returns the model holding the current state of the of the comment tree.
|
ContextAreaCommentTreeModel |
AbstractCommentTreeContextComponent.getModel() |
ContextAreaCommentTreeModel |
ContextAreaCommentTreeComponent.getModel() |
| Constructor and Description |
|---|
AbstractCommentTreeContextComponent(ContextAreaCommentTreeModel model,
AbstractContentBrowser contentBrowser) |
ContextAreaCommentTreeComponent(ContextAreaCommentTreeController controller,
ContextAreaCommentTreeModel model,
AbstractContentBrowser contentBrowser) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextAreaCommentTreeController.deleteComment(ContextAreaCommentTreeModel model,
CommentModel commentItemModel)
Performs delete routine for the given comment instance.
|
CommentIcon |
ContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model,
CommentModel comment)
Returns a corresponding
CommentIcon component for the target comment instance. |
CommentLayerComponent |
ContextAreaCommentTreeController.getOwningCommentLayer(ContextAreaCommentTreeModel model,
CommentModel commentItemModel)
Returns
CommentLayerComponent that owns icon representing the target comment instance. |
boolean |
ContextAreaCommentTreeController.isCommentCurrentlySelected(ContextAreaCommentTreeModel model,
AbstractCommentModel commentItemModel)
Evaluates if the target comment instance is currently selected in the comment layer.
|
boolean |
ContextAreaCommentTreeController.isCommentVisible(ContextAreaCommentTreeModel model,
CommentModel comment)
Evaluates if the target comment is currently visible on the comment layer.
|
void |
ContextAreaCommentTreeController.selectComment(ContextAreaCommentTreeModel model,
CommentModel commentItemModel)
Performs select routine for the given comment instance.
|
void |
ContextAreaCommentTreeController.toggleCommentVisible(ContextAreaCommentTreeModel model,
CommentModel comment)
Toggles visibility of the target comment instance on the comment layer component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContextAreaCommentTreeController.deleteComment(ContextAreaCommentTreeModel model,
CommentModel commentItemModel) |
CommentIcon |
DefaultContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model,
CommentModel comment) |
CommentLayerComponent |
DefaultContextAreaCommentTreeController.getOwningCommentLayer(ContextAreaCommentTreeModel model,
CommentModel commentItemModel) |
boolean |
DefaultContextAreaCommentTreeController.isCommentCurrentlySelected(ContextAreaCommentTreeModel model,
AbstractCommentModel commentItemModel) |
boolean |
DefaultContextAreaCommentTreeController.isCommentVisible(ContextAreaCommentTreeModel model,
CommentModel comment) |
void |
DefaultContextAreaCommentTreeController.selectComment(ContextAreaCommentTreeModel model,
CommentModel commentItemModel) |
void |
DefaultContextAreaCommentTreeController.toggleCommentVisible(ContextAreaCommentTreeModel model,
CommentModel comment) |
Copyright © 2018 SAP SE. All Rights Reserved.