Uses of Class
lu.kbra.modelizer_next.domain.CommentBinding
Packages that use CommentBinding
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 CommentBinding in lu.kbra.modelizer_next.domain
Methods in lu.kbra.modelizer_next.domain that return CommentBindingMethods in lu.kbra.modelizer_next.domain with parameters of type CommentBindingModifier and TypeMethodDescriptionvoidCommentModel.setBinding(CommentBinding binding) Sets the binding. -
Uses of CommentBinding in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas that return CommentBindingModifier and TypeMethodDescriptiondefault CommentBindingElementCreator.createRemappedCommentBinding(CopiedComment copiedComment, Map<String, String> classIdMap, Map<String, String> linkIdMap) Creates a remapped comment binding. -
Uses of CommentBinding in lu.kbra.modelizer_next.ui.dialogs
Methods in lu.kbra.modelizer_next.ui.dialogs that return CommentBindingModifier and TypeMethodDescriptionCommentEditorDialog.Result.binding()Returns the value of thebindingrecord component.Constructors in lu.kbra.modelizer_next.ui.dialogs with parameters of type CommentBindingModifierConstructorDescriptionResult(String text, Color textColor, Color backgroundColor, Color borderColor, CommentKind kind, CommentBinding binding, boolean visibleInConceptual, boolean visibleInLogical, boolean visibleInPhysical) Creates an instance of aResultrecord class.