| Modifier and Type | Method and Description |
|---|---|
static CommentLayerComponent |
CommentLayerUtils.getOwningCommentLayer(CommentLayerAwareModel model,
CommentModel commentItemModel) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommentLayerComponentController<T extends CommentLayerComponent>
Controller for the
CommentLayerComponent |
| Modifier and Type | Method and Description |
|---|---|
CommentLayerComponent |
ContextAreaCommentTreeController.getOwningCommentLayer(ContextAreaCommentTreeModel model,
CommentModel commentItemModel)
Returns
CommentLayerComponent that owns icon representing the target comment instance. |
| Modifier and Type | Method and Description |
|---|---|
double[] |
CommentLayerComponentController.getWidthAndHeight(CommentLayerComponent component,
double scaleFactor)
Return comment layer dimensions according to the given scale factor.
|
void |
CommentLayerComponentController.moveCommentIcon(CommentLayerComponent commentLayerComponent,
CommentIcon icon,
int x_Position,
int y_Position)
Moves the target comment icon on the comment layer component to the target position (x, y).
|
| Modifier and Type | Method and Description |
|---|---|
CommentLayerComponent |
DefaultContextAreaCommentTreeController.getOwningCommentLayer(ContextAreaCommentTreeModel model,
CommentModel commentItemModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommentLayerComponentController.addCommentIcon(CommentLayerComponent commentLayerComponent,
int x_Position,
int y_Position) |
protected void |
DefaultCommentLayerComponentController.addExistingComments(CommentLayerComponent commentLayerComponent) |
void |
DefaultCommentLayerComponentController.changeCommentLayerMode(CommentLayerComponent component,
java.lang.String mode) |
void |
DefaultCommentLayerComponentController.changeCommentLayerToDefaultMode(CommentLayerComponent component) |
Menupopup |
DefaultCommentLayerComponentController.createContextMenu(CommentLayerComponent component) |
protected void |
DefaultCommentLayerComponentController.createEditPopupContentForComment(Window newCommentPopup,
CommentLayerComponent clComponent,
CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create)
Create additional content for comment creation and edit popup.
|
protected Window |
DefaultCommentLayerComponentController.createEditPopupForComment(CommentLayerComponent clComponent,
CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create) |
Menupopup |
DefaultCommentLayerComponentController.createIconContextMenu(CommentLayerComponent component,
CommentIcon icon) |
void |
DefaultCommentLayerComponentController.deleteCommentFromCommentLayer(CommentLayerComponent component,
CommentIcon icon) |
void |
DefaultCommentLayerComponentController.drawCommentLayerOverArea(HtmlBasedComponent parent,
CommentLayerComponent commentLayerComponent) |
CommentIcon |
DefaultCommentLayerComponentController.getCommentIconForComment(CommentLayerComponent component,
CommentModel comment) |
double[] |
DefaultCommentLayerComponentController.getWidthAndHeight(CommentLayerComponent component,
double scaleFactor) |
void |
DefaultCommentLayerComponentController.moveCommentIcon(CommentLayerComponent commentLayerComponent,
CommentIcon icon,
int x_Position,
int y_Position) |
void |
DefaultCommentLayerComponentController.selectCommentIcon(CommentLayerComponent commentLayerComponent,
CommentIcon icon) |
protected void |
DefaultCommentLayerComponentController.updateComponentIcon(CommentLayerComponent clComponent,
CommentIcon newIcon,
CommentModel commentToSave) |
protected void |
DefaultCommentLayerComponentController.validateCommentLayer(CommentLayerComponent component) |
| Modifier and Type | Method and Description |
|---|---|
CommentLayerComponentController<? extends CommentLayerComponent> |
CommentLayerContext.getCommentLayerComponentController() |
java.util.Collection<? extends CommentLayerComponent> |
CommentLayerContext.getCommentLayerComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentLayerContext.setCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController) |
void |
CommentLayerContext.setCommentLayerComponents(java.util.Collection<? extends CommentLayerComponent> commentLayerComponents) |
| Modifier and Type | Method and Description |
|---|---|
CommentLayerComponent |
OpenCommentRecordEvent.getClComponent() |
| Constructor and Description |
|---|
OpenCommentRecordEvent(java.lang.Object source,
AbstractCommentModel abstractComment,
CommentLayerComponent clComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentActionExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent)
Performs action execution for the given comment-layer capable component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentModeExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent)
Performs action execution for the given comment-layer capable component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectCommentExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent)
Sets the comment layer in 'select' mode:
|
void |
EditCommentModeExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent) |
void |
CreateNewCommentExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent)
Sets the comment layer in 'create' mode:
|
Copyright © 2018 SAP SE. All Rights Reserved.