public class CommentLayerContext
extends java.lang.Object
| Constructor and Description |
|---|
CommentLayerContext() |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
getActiveComment() |
CommentLayerContextComponent |
getCommentContextAreaComponent() |
java.util.List<CommentIcon> |
getCommentIcons() |
CommentLayerComponentController<? extends CommentLayerComponent> |
getCommentLayerComponentController() |
java.util.Collection<? extends CommentLayerComponent> |
getCommentLayerComponents() |
CommentIconModel |
getSelectedCommentIconModel() |
void |
setCommentContextAreaComponent(CommentLayerContextComponent component) |
void |
setCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController) |
void |
setCommentLayerComponents(java.util.Collection<? extends CommentLayerComponent> commentLayerComponents) |
void |
setSelectedCommentModel(CommentIconModel selectedCommentIconModel) |
public CommentLayerComponentController<? extends CommentLayerComponent> getCommentLayerComponentController()
public void setCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController)
commentLayerComponentController - the commentLayerComponentController to setpublic CommentIconModel getSelectedCommentIconModel()
public CommentModel getActiveComment()
public void setSelectedCommentModel(CommentIconModel selectedCommentIconModel)
public java.util.Collection<? extends CommentLayerComponent> getCommentLayerComponents()
public void setCommentLayerComponents(java.util.Collection<? extends CommentLayerComponent> commentLayerComponents)
commentLayerComponents - the commentLayerComponents to setpublic java.util.List<CommentIcon> getCommentIcons()
public void setCommentContextAreaComponent(CommentLayerContextComponent component)
public CommentLayerContextComponent getCommentContextAreaComponent()
Copyright © 2018 SAP SE. All Rights Reserved.