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 CommentModelMethod 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 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 booleanVisibilityManager.isCommentVisible(CommentModel commentModel) Checks whether comment visible is enabled or applies. -
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.