Uses of Class
lu.kbra.modelizer_next.domain.CommentModel
Packages that use CommentModel
Package
Description
Core diagram model classes.
Canvas behavior split into small mixin-style interfaces.
Swing dialogs used to edit classes, fields, links, comments, style palettes, names, and export
settings.
-
Uses of CommentModel in lu.kbra.modelizer_next.domain
Methods in lu.kbra.modelizer_next.domain that return types with arguments of type CommentModelModifier and TypeMethodDescriptionDiagramModel.buildCommentByIdIndex()DiagramModel.getCommentById()DiagramModel.getComments()Returns the comments.DiagramModel.validateCommentsByIdIndex()Methods in lu.kbra.modelizer_next.domain with parameters of type CommentModelModifier and TypeMethodDescriptionvoidDiagramModel.addComment(CommentModel commentModel) voidDiagramModel.removeComment(CommentModel commentModel) Method parameters in lu.kbra.modelizer_next.domain with type arguments of type CommentModelModifier and TypeMethodDescriptionvoidDiagramModel.setComments(List<CommentModel> comments) Sets the comments. -
Uses of CommentModel in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return types with arguments of type CommentModelModifier and TypeMethodDescriptionCopyPasteSpecialElementVisitor.visitPastedComment(CommentModel commentModel) default Optional<CommentModel> ElementVisitor.visitPastedComment(CommentModel commentModel) Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type CommentModelModifier and TypeMethodDescriptiondefault CopiedCommentCaptureManager.captureComment(CommentModel commentModel) Captures the comment into a portable snapshot.default voidElementRenderer.drawCommentConnector(Graphics2D g2, CommentModel commentModel, Rectangle2D bounds) Draws the comment connector.default NodeLayoutNodeLayoutCache.findOrCreateNodeLayout(CommentModel commentModel) default booleanVisibilityManager.isCommentVisible(CommentModel commentModel) Checks whether comment visible is enabled or applies.CopyPasteSpecialElementVisitor.visitPastedComment(CommentModel commentModel) default Optional<CommentModel> ElementVisitor.visitPastedComment(CommentModel commentModel) -
Uses of CommentModel in lu.kbra.modelizer_next.ui.dialogs
Methods in lu.kbra.modelizer_next.ui.dialogs with parameters of type CommentModelModifier and TypeMethodDescriptionstatic CommentEditorDialog.ResultCommentEditorDialog.showDialog(Component parent, ModelDocument document, CommentModel initialComment, PanelType panelType) Shows the dialog.