Uses of Enum Class
lu.kbra.modelizer_next.domain.data.CommentKind
Packages that use CommentKind
Package
Description
Core diagram model classes.
Small domain enums and value contracts used by the model layer, such as cardinalities, comment
types, and binding target types.
Transient canvas data carriers.
Swing dialogs used to edit classes, fields, links, comments, style palettes, names, and export
settings.
-
Uses of CommentKind in lu.kbra.modelizer_next.domain
Methods in lu.kbra.modelizer_next.domain that return CommentKindMethods in lu.kbra.modelizer_next.domain with parameters of type CommentKind -
Uses of CommentKind in lu.kbra.modelizer_next.domain.data
Methods in lu.kbra.modelizer_next.domain.data that return CommentKindModifier and TypeMethodDescriptionstatic CommentKindReturns the enum constant of this class with the specified name.static CommentKind[]CommentKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommentKind in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return CommentKindModifier and TypeMethodDescriptionCopiedComment.kind()Returns the value of thekindrecord component.Constructors in lu.kbra.modelizer_next.ui.canvas.datastruct with parameters of type CommentKindModifierConstructorDescriptionCopiedComment(String sourceId, CommentKind kind, String text, Color textColor, Color backgroundColor, Color borderColor, boolean visibleInConceptual, boolean visibleInLogical, boolean visibleInPhysical, BoundTargetType bindingTargetType, String bindingTargetId, CopiedNodeLayout layout) Creates an instance of aCopiedCommentrecord class. -
Uses of CommentKind in lu.kbra.modelizer_next.ui.dialogs
Methods in lu.kbra.modelizer_next.ui.dialogs that return CommentKindModifier and TypeMethodDescriptionCommentEditorDialog.Result.kind()Returns the value of thekindrecord component.Constructors in lu.kbra.modelizer_next.ui.dialogs with parameters of type CommentKindModifierConstructorDescriptionResult(String text, Color textColor, Color backgroundColor, Color borderColor, CommentKind kind, CommentBinding binding, boolean visibleInConceptual, boolean visibleInLogical, boolean visibleInPhysical) Creates an instance of aResultrecord class.